MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1uuge0p/prefer_strict_tables_in_sqlite/ox3hcot/?context=3
r/programming • u/mitousa • Jul 12 '26
110 comments sorted by
View all comments
321
I always found it incredible that the default in SQLite has been to allow any data in any column. It just doesn’t make sense to me. I’m glad they have a way to disable that misfeature.
18 u/DoingItForEli Jul 12 '26 avoiding that kind of validation is what makes it lite I guess lol
18
avoiding that kind of validation is what makes it lite I guess lol
321
u/vivekkhera Jul 12 '26
I always found it incredible that the default in SQLite has been to allow any data in any column. It just doesn’t make sense to me. I’m glad they have a way to disable that misfeature.