On Wed, Jan 26, 2011 at 1:02 PM, Marco Bambini <[email protected]> wrote:
> I am trying to use TEMP TRIGGER inside my code but every time I use it I > receive a "SQL logic error or missing database" error. > I compiled sqlite with the option SQLITE_OMIT_TEMPDB. > > [...] > so sqlite_temp_master is necessary in order to use TEMP TRIGGER and so I > can use TEMP TRIGGER only if I recompile sqlite without the > SQLITE_OMIT_TEMPDB macro. > > Anyone can confirm my assumption? > Confirmed. You should be getting a better error message, though. I'll make a note to work on that. > Thanks a lot. > -- > Marco Bambini > http://www.sqlabs.com > > > > > > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

