[EMAIL PROTECTED] wrote:
> With Debian-packaged sqlite3-3.2.8-1:
> 
> $ sqlite3
> SQLite version 3.2.8
> Enter ".help" for instructions
> sqlite> create table t (a);
> sqlite> select * from (select count(a) as b from t) where b > 1;
> sqlite> select count(a) as b from t where b > 1;
> Segmentation fault
> $
> 
> Even if what I was attempting to do is ridiculous,
> perhaps sqlite should not segfault?
> 

Already fixed. See http://www.sqlite.org/cvstrac/tktview?tn=1514
--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to