Greg Stein wrote on Sun, Jun 26, 2011 at 19:20:30 -0400:
> On Sun, Jun 26, 2011 at 18:52, Richard Hipp <drh_at_sqlite.org> wrote:
> > On Sun, Jun 26, 2011 at 3:59 PM, Greg Stein <gstein_at_gmail.com> 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 just
> >> fine for us.
> >>
> >> Below is the reproduction script, thanks to Daniel Shahaf. With this
> >> pragma not working, we cannot even start up :-(
> >>
> >
> > Thanks for the test case.
> >
> > The pragma is actually working. The bug is that it is returning
> > SQLITE_SCHEMA instead of SQLITE_OK. If you wanted to, you could just ignore
> > the error and keep going and everything would work.
>
> Okay. I'll add some code to ignore the result *if* we have 3.7.7 *and*
> it is SQLITE_SCHEMA. Thus, we can keep trapping other issues and on
> other releases.
>
r1139971.
(aka <http://svn.apache.org/viewvc?view=revision&revision=r1139971>)
Received on 2011-06-27 01:46:29 CEST