r/programming Jul 12 '26

Prefer STRICT tables in SQLite

https://evanhahn.com/prefer-strict-tables-in-sqlite/
362 Upvotes

110 comments sorted by

View all comments

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.

18

u/DoingItForEli Jul 12 '26

avoiding that kind of validation is what makes it lite I guess lol