On Wed, Nov 30, 2016 at 04:39:25PM +0100, Werner Kleiner wrote: > yes thats right, but it would be nice to have same behavior between > MySQL and sqlite
SQLite3 has very few types. Adding types is very difficult, so I doubt new types will be added anytime soon. Price data and datetime data are the ones most commonly requested. SQLite3 does have suitable types for representing them, but not quite the native types that you and others want. It's a fact you must accept or else not use SQLite3. Nico -- _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users