Re: [sqlite] Change of behavior dealing with invalid views

2013-06-06 Thread Dominique Devienne
On Wed, Jun 5, 2013 at 12:02 PM, Dominique Devienne wrote: > But that brings up the question about why the create view itself does not > fail? > > C:\Users\DDevienne>sqlite3 > SQLite version 3.7.15.2 2013-01-09 11:53:05 > Enter ".help" for instructions > Enter SQL statements terminated with a ";"

[sqlite] Change of behavior dealing with invalid views

2013-06-05 Thread Dominique Devienne
We had a latent bug about an invalid view hiding in our code, which was recently revealed when we upgraded SQLite to 3.7.16.2 (I test with 1.15.2 below, but that's the same). I guess that's good, thanks Richard :) But that brings up the question about why the create view itself does not fail? Th