this post was submitted on 24 Dec 2023
84 points (95.7% liked)
Today I learned
7859 readers
1 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Have you ever tried storing a string in an INTEGER column ?
Due to a bug it happened in a software I worked on.
SQLite just stores the string. I have no idea if the column type has any real effect on storage as far as SQLite is concerned.