Re: [sqlite] SQLite 3.6.16 and the Asynchronous I/O transaction fails with multiple database files

2009-07-18 Thread Dan
On Jul 18, 2009, at 1:28 AM, Alessandro Merolli wrote: > I'm trying to use the asynchronous I/O extension with the latest > SQLite version for the first time in my project. > This project is using database files attached into one database > connection. > I start a transaction which involves two

[sqlite] SQLite 3.6.16 and the Asynchronous I/O transaction fails with multiple database files

2009-07-17 Thread Alessandro Merolli
I'm trying to use the asynchronous I/O extension with the latest SQLite version for the first time in my project. This project is using database files attached into one database connection. I start a transaction which involves two different database files but, the commit operation is failing