Re: [sqlite] sqlite3_preupdate functions

2014-01-03 Thread Richard Hipp
The standard pre-built amalgamation won't work with sessions. You have to pull source code from the "sessions" branch: http://www.sqlite.org/src/timeline?r=sessions On Fri, Jan 3, 2014 at 9:50 AM, Marco Bambini wrote: > Hello, > I am using the sqlite3_session module

[sqlite] sqlite3_preupdate functions

2014-01-03 Thread Marco Bambini
Hello, I am using the sqlite3_session module amalgamated into the main sqlite3.c file (3.8.2). I defined both: #define SQLITE_ENABLE_SESSION 1 #define SQLITE_ENABLE_PREUPDATE_HOOK1 but compiler is not able to find all the sqlite3_preupdate* functions. I am missing something? --