Hacker News new | ask | show | jobs
by catmanjan 2306 days ago
So store the value as milli-cents? (haha)
1 comments

Shouldn't that be centi-cents? ^^
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.