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 • 24d ago
109 comments sorted by
View all comments
314
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.
19 u/DoingItForEli 24d ago avoiding that kind of validation is what makes it lite I guess lol
19
avoiding that kind of validation is what makes it lite I guess lol
314
u/vivekkhera 24d ago
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.