Hi! Is there any possibility to be notified when a table is created (when a "CREATE TABLE XXX" is executed)?
The context here is that I have an SQLite connection with only virtual tables and when the user manually creates a table, the table is created either in memory or in the temporary file (depending on how the SQLite connection was opened in the first place), whereas I would like to create a virtual table instead. Thanks for any answer! Regards, Vivien _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users