Hacker News new | ask | show | jobs
by Loranubi 2305 days ago
Shouldn't that be centi-cents? ^^
1 comments

Or in MySQL: innocents.
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.