-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Grzegorz Wierzchowski wrote:
> $ diff sqlite-3.6.20-BUG/src/test8.c sqlite-3.6.20-ORIGINAL/src/test8.c
> 93d92
> <   sqlite3      *pDb;            /* Database connection */
> 572,574d570
> <   if (pCur->pDb)
> <     sqlite3_close(pCur->pDb);
> <   pCur->pDb = 0;
> 677,680c673
> <   if (pCur->pDb)
> <     sqlite3_close(pCur->pDb);
> <   sqlite3_open("/tmp/test.db", &pCur->pDb);
> <   sqlite3 *db = pCur->pDb;
> ---
>>   sqlite3 *db = pVtab->db;

Can you do this a unified diff please?

In any case it looks like you are trying to manipulate the database pointer
while a query is running.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkr6/FgACgkQmOOfHg372QTsdwCgrVdDIB0KiFer1ruIghNJQfQ1
7bMAoN07SuCICFRHZcIMhETY9TlTREyE
=Kf1w
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to