Re: [sqlite] Changed behavior in SQLite 3.7.16 beta

2013-03-11 Thread Peter Aronson
<d...@sqlite.org> > To: General Discussion of SQLite Database <sqlite-users@sqlite.org> > Sent: Sat, March 9, 2013 7:58:27 AM > Subject: Re: [sqlite] Changed behavior in SQLite 3.7.16 beta > > Please try again with the latest 3.7.16 beta.  You can download an >

Re: [sqlite] Changed behavior in SQLite 3.7.16 beta

2013-03-09 Thread Richard Hipp
Please try again with the latest 3.7.16 beta. You can download an amalgamation snapshot from http://www.sqlite.org/test/download.html The testing checklist (http://www.sqlite.org/checklists/3071600) has been restarted once again on account of this issue. On Thu, Mar 7, 2013 at 7:07 PM, Peter

[sqlite] Changed behavior in SQLite 3.7.16 beta

2013-03-07 Thread Peter Aronson
I've encountered the following changed behavior (which I believe is a bug).  The following script works at 3.7.15.2 but fails at 3.6.16 beta: create table qa_data_edit (str_col text,int_col integer,rowidcol integer); insert into qa_data_edit values ('this',1000,1); insert into qa_data_edit