Re: [sqlite] TEMP TRIGGER and SQLITE_OMIT_TEMPDB

2011-01-26 Thread Richard Hipp
On Wed, Jan 26, 2011 at 1:02 PM, Marco Bambini 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

[sqlite] TEMP TRIGGER and SQLITE_OMIT_TEMPDB

2011-01-26 Thread Marco Bambini
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. but analyzing the source code I can see for example: #ifndef SQLITE_OMIT_TRIGGER /* If there are TEMP triggers