On 3/17/18, Philippe Riand <[email protected]> wrote: > We are using virtual tables to provide an SQL access to our data set and > this works very well. But we have potentially "a lot” of virtual tables, > with some even yet unknown when we start the DB. We’d like to create them > lazily, on first access. > Is there a hook we can use so when an SQL statement refers to a non existing > table it asks a callback for a VT definition? It is fine if these dynamic > table requires a specific prefix similar to the "temp” one.
There is no such hook. Sorry. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

