Re: [sqlite] null pointer problem

2006-09-15 Thread drh
Dixon Hutchinson <[EMAIL PROTECTED]> wrote: > I am running version 3.3.6 compiled with Visual Studio .net 2003 in a > single threaded app. > > While using sqlite3_exec to execute a "COMMIT;", in run into a null > pointer problem in sqlite3_step. > > I added tests for the null pointer to vdbeapi

[sqlite] null pointer problem

2006-09-14 Thread Dixon Hutchinson
I am running version 3.3.6 compiled with Visual Studio .net 2003 in a single threaded app. While using sqlite3_exec to execute a "COMMIT;", in run into a null pointer problem in sqlite3_step. I added tests for the null pointer to vdbeapi.c: if (NULL == p) { DebugBreak(); }