Re: [sqlite] PRAGMA bug in 3.7.7 (but fine in 3.7.6.3)

2011-06-28 Thread Greg Stein
I see that 3.7.7.1 has just been released with this bugfix. Thanks!! On Mon, Jun 27, 2011 at 14:01, Roger Binns wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 06/26/2011 03:52 PM, Richard Hipp wrote: >> The bug is that it is returning >> SQLITE_SCHEMA instead of SQLITE_OK.  If y

Re: [sqlite] PRAGMA bug in 3.7.7 (but fine in 3.7.6.3)

2011-06-26 Thread Greg Stein
On Sun, Jun 26, 2011 at 18:52, Richard Hipp wrote: > On Sun, Jun 26, 2011 at 3:59 PM, Greg Stein wrote: > >> Hey all, >> >> There is a bug in 3.7.7 that affects Apache Subversion. We've verified >> that it is this latest release, as prior releases have worked

[sqlite] PRAGMA bug in 3.7.7 (but fine in 3.7.6.3)

2011-06-26 Thread Greg Stein
Hey all, There is a bug in 3.7.7 that affects Apache Subversion. We've verified that it is this latest release, as prior releases have worked just fine for us. Below is the reproduction script, thanks to Daniel Shahaf. With this pragma not working, we cannot even start up :-( Please help! Thank