Y
Hacker News
new
|
ask
|
show
|
jobs
by
Narkov
2306 days ago
More likely: varchar(255)
1 comments
boshomi
2306 days ago
varchar(255) == varchar(2000000) in SQLite
The type system in SQLite is not as strict as it is in other RDBMS.
link
The type system in SQLite is not as strict as it is in other RDBMS.