Re: [sqlite] Async IO in SQLite 3.7.15

2012-12-04 Thread Ralf Junker
On 04.12.2012 22:25, Richard Hipp wrote: >> My question is if existing applications which Async IO should continue >> to work with SQLite 3.7.15? Or has something in the SQLite core changed >> so that you'd expect Async IO failures in 3.7.15, or later versions? > > They should continue to work, a

Re: [sqlite] Async IO in SQLite 3.7.15

2012-12-04 Thread Richard Hipp
On Tue, Dec 4, 2012 at 4:20 PM, Ralf Junker wrote: > On 04.12.2012 22:14, Richard Hipp wrote: > > >> Does this also mean that it will no longer be working with SQLite > >> 3.7.15? Is it just deprecated for new development? Or has something else > >> changed that I should take care of? > > > > Tha

Re: [sqlite] Async IO in SQLite 3.7.15

2012-12-04 Thread Ralf Junker
On 04.12.2012 22:14, Richard Hipp wrote: >> Does this also mean that it will no longer be working with SQLite >> 3.7.15? Is it just deprecated for new development? Or has something else >> changed that I should take care of? > > That means that we are not willing to devote large amounts of time to

Re: [sqlite] Async IO in SQLite 3.7.15

2012-12-04 Thread Richard Hipp
On Tue, Dec 4, 2012 at 4:11 PM, Ralf Junker wrote: > I experience problems with Async IO testing the latest 3.7.15 trunk. > Simple statements like CREATE TABLE fail with SQLITE_IOERR. > > I read the note in the Async IO README.txt that Async IO is now > superceded by WAL mode and no longer mainta