Re: [sqlite] SQLite 3.7.16 beta

2013-03-14 Thread Richard Hipp
The draft website for SQLite version 3.7.16 can be seen on the http://www.sqlite.org/draft/ page and its descendents. The status board for 3.7.16 (http://www.sqlite.org/checklists/3071600) is now all green, meaning that all test cases have passed. We are simply waiting to give beta testers a few

Re: [sqlite] SQLite 3.7.16 beta

2013-03-12 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/03/13 17:28, Richard Hipp wrote: > The next release is currently scheduled for Monday, 2013-03-18. > > Please let us know as soon as possible if you see or suspect any issues > in the current beta. Thanks. I can provide the opposite data. My

Re: [sqlite] SQLite 3.7.16 beta

2013-03-12 Thread Richard Hipp
A logic bug was found today in the 3.7.16 beta. The DESC operator was not working on ORDER BY clauses under some obscure circumstances. The bug has now been fixed and new snapshots have have been uploaded. New snapshots: http://www.sqlite.org/draft/download.html Bug details:

Re: [sqlite] SQLite 3.7.16 beta

2013-03-11 Thread Kevin Benson
On Mon, Mar 11, 2013 at 11:48 AM, Richard Hipp wrote: > > > On Sat, Mar 2, 2013 at 11:29 AM, Richard Hipp wrote: > > > > Please report any problems encountered. > > > > -- > > D. Richard Hipp > > d...@sqlite.org Some lunchtime reading resulted in this

Re: [sqlite] SQLite 3.7.16 beta

2013-03-11 Thread Simon Slavin
On 11 Mar 2013, at 3:48pm, Richard Hipp wrote: > http://www.sqlite.org/draft/download.html I'm afraid all I can help with is point out a grammatical problem: "and templates (2) is used" I think should have 'templates' in the singular. I add a note that release 3.7.4 was

Re: [sqlite] SQLite 3.7.16 beta

2013-03-11 Thread Richard Hipp
Thanks, everyone, for your help in testing 3.7.16. A number of problems have been found and fixed. Because of these problems, the anticipated release of 3.7.16 has been delayed until one week from today (2013-03-18). The draft website, and especially the amalgamation snapshot on the

Re: [sqlite] SQLite 3.7.16 beta

2013-03-04 Thread Levi Haskell (BLOOMBERG/ 731 LEXIN)
Hi Richard, I don't see any mentioning of the optional table argument to the foreign_key_check pragma in: http://www.sqlite.org/draft/pragma.html#pragma_foreign_key_check For example: SQLite version 3.7.16 2013-03-02 03:25:55 Enter ".help" for instructions Enter SQL statements terminated with

Re: [sqlite] SQLite 3.7.16 beta

2013-03-02 Thread Eric Sink
FWIW: I am working on a project which uses SQLite extensively. We generally use 3.7.11 on our client side and 3.7.15.2 on our server. I just switched both to this 3.7.16 beta, and all our automated tests still pass. -- E ___ sqlite-users

Re: [sqlite] SQLite 3.7.16 beta

2013-03-02 Thread Richard Hipp
On Sat, Mar 2, 2013 at 11:36 AM, Simon Slavin wrote: > > On 2 Mar 2013, at 4:29pm, Richard Hipp wrote: > > > (1) http://www.sqlite.org/draft/releaselog/3_7_16.html > > "Enhance the command-line shell so that a non-zero argument to the ".exit" > command

Re: [sqlite] SQLite 3.7.16 beta

2013-03-02 Thread Simon Slavin
On 2 Mar 2013, at 4:29pm, Richard Hipp wrote: > (1) http://www.sqlite.org/draft/releaselog/3_7_16.html "Enhance the command-line shell so that a non-zero argument to the ".exit" command causes the shell to exist immediately without cleanly shutting down the database

[sqlite] SQLite 3.7.16 beta

2013-03-02 Thread Richard Hipp
The anticipated release date for SQLite 3.7.16 is currently 2013-03-12. Additional information about the forthcoming 3.7.16 release: (1) http://www.sqlite.org/draft/releaselog/3_7_16.html (2) http://www.sqlite.org/draft/download.html (3) http://www.sqlite.org/checklists/3071600 See a