Hello Richard !

Looking at the documentation, code and code comments I found that what I'm looking for somehow already exists in sqlite3, I mean I want the functionality of "temp" database as permanent let's call this database as "meta" anything created inside "meta" database would persist on disk and can be read again.

Can this be done ?

Cheers !


On 05/10/16 16:44, Richard Hipp wrote:
On 10/5/16, Domingo Alvarez Duarte <mingo...@gmail.com> wrote:
I just found that the changes I made to sqlite3 to allow reference
objects on attached databases does not work properly,

Where in the view execution path the table/view qualifiers could be
discarded ?

I'm not sure exactly what you are looking for, perhaps you are seeking
the "sqlite3FixAAAA()" routines found in attach.c.


_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to