Re: [sqlite] R-tree query regression, in SQLite library on latest Mac OS X beta

2014-09-11 Thread Jens Alfke
> On Sep 11, 2014, at 1:44 AM, Tim Streater wrote: > > In OS X 10.9.4, the SQLite version in PHP is 3.7.7.1, for example. Yes, as I already said, there are some open-source components not developed by Apple that embed their own copies of sqlite. But the really important

Re: [sqlite] R-tree query regression, in SQLite library on latest Mac OS X beta

2014-09-11 Thread Tim Streater
On 11 Sep 2014 at 00:50, Simon Slavin wrote: > Don't worry too much about this. In the last count of an OS X version I > counted seven different copies of SQLite being used in various places, > integrated into programs, or as libraries, or as the shell tool. And these >

Re: [sqlite] R-tree query regression, in SQLite library on latest Mac OS X beta

2014-09-10 Thread Jens Alfke
> On Sep 10, 2014, at 4:50 PM, Simon Slavin wrote: > > Don't worry too much about this. In the last count of an OS X version I > counted seven different copies of SQLite being used in various places, > integrated into programs, or as libraries, or as the shell tool.

Re: [sqlite] R-tree query regression, in SQLite library on latest Mac OS X beta

2014-09-10 Thread Simon Slavin
On 11 Sep 2014, at 12:35am, Jens Alfke wrote: > On Sep 10, 2014, at 4:28 PM, Simon Slavin wrote: > >> Please post a followup to your bugreport mentioning that /the SQLIte >> developers/ say that the bug is fixed in build 3.8.6. Apple's report >>

Re: [sqlite] R-tree query regression, in SQLite library on latest Mac OS X beta

2014-09-10 Thread Jens Alfke
> On Sep 10, 2014, at 4:28 PM, Simon Slavin wrote: > > Please post a followup to your bugreport mentioning that /the SQLIte > developers/ say that the bug is fixed in build 3.8.6. Apple's report readers > will notice it and note the easy fix. I've just done so. It's

Re: [sqlite] R-tree query regression, in SQLite library on latest Mac OS X beta

2014-09-10 Thread Simon Slavin
On 11 Sep 2014, at 12:14am, Jens Alfke wrote: > I filed a bug report with Apple a few days ago Please post a followup to your bugreport mentioning that /the SQLIte developers/ say that the bug is fixed in build 3.8.6. Apple's report readers will notice it and note the

Re: [sqlite] R-tree query regression, in SQLite library on latest Mac OS X beta

2014-09-10 Thread Jens Alfke
> On Sep 10, 2014, at 4:06 PM, Richard Hipp wrote: > > The problem was fixed in SQLite version 3.8.6 released on 2014-08-15. Thanks for the confirmation! I hadn't caught the notice that the bug fix is in 3.8.6; I must not have read far enough down the release notes. I filed

Re: [sqlite] R-tree query regression, in SQLite library on latest Mac OS X beta

2014-09-10 Thread Richard Hipp
On Wed, Sep 10, 2014 at 6:58 PM, Jens Alfke wrote: > I've run into an R-tree query regression in the latest beta of Mac OS X > 10.10. > I've got a test case in the form of a SQL file [2] that demonstrates my > problem. I'm not 100% sure this is the same as the reported