Re: [sqlite] Occasional "cannot commit - no transaction is active"

2010-04-30 Thread sorka
We're seeing exactly the same thing on .22. We were previously on .17 and never had this issue. Our usage is exactly as you describe as well. Multiple threads with the shared cache enabled but no single thread is using the same connection more than once. -- View this message in context:

[sqlite] Occasional "cannot commit - no transaction is active"

2010-03-11 Thread blotto321
I'm running SQLite 3.6.22 on Linux, with shared cache enabled and multiple sqlite3 connections open from multiple threads (a dedicated connection in each thread - no connection sharing between threads). In one thread I'm executing a set of SQL statements, bracketed by BEGIN and COMMIT. That set