Re: [sqlite] Questions about VDBE, deadlocks and SQLITE_BUSY

2005-07-07 Thread D. Richard Hipp
On Thu, 2005-07-07 at 12:56 +0200, Gerhard Haering wrote: > - is it true that after sqlite3_prepare, only the first call to > sqlite3_step can return SQLITE_BUSY, or can subsequent calls also > return SQLITE_BUSY? > Yes. I think this is true. At least I cannot think of any path by which you

[sqlite] Questions about VDBE, deadlocks and SQLITE_BUSY

2005-07-07 Thread Gerhard Haering
Some pysqlite users are experiencing problems with locks not going away, as described in http://www.third-bit.com/trac/argon/wiki/Locking In order to fix this, I need some information: - is it true that after sqlite3_prepare, only the first call to sqlite3_step can return SQLITE_BUSY, or can su