On 6 Jan 2018, at 5:45pm, Bart Smissaert <bart.smissa...@gmail.com> 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 sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users