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
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();
}
2 matches
Mail list logo