> Which is bound to lead to problems at some point. Not sure it is a problem if SQLite still recognizes the custom data types as it's own data types. Eg, int_date will be considered integer.
RBS On Sat, Jan 6, 2018 at 5:59 PM, Simon Slavin <[email protected]> wrote: > On 6 Jan 2018, at 5:45pm, Bart Smissaert <[email protected]> wrote: > > > The custom datatype int_date is needed for formatting purpose to tell the > > app that receives > > the data that the column holds dates as integers. > > You can only get that in a documented way by parsing the CREATE TABLE > command from sqlite_master. > > You’re actually trying to use your schema as if it is its own database. > Which is bound to lead to problems at some point. You might consider > storing this information in another table of the database. > > Simon. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

