Hacker News new | ask | show | jobs
by inferiorhuman 2311 days ago
Or in MySQL: innocents.
1 comments

More likely: varchar(255)
varchar(255) == varchar(2000000) in SQLite

The type system in SQLite is not as strict as it is in other RDBMS.