On Nov 26, 2008, at 3:18 PM, Daniel Zingaro wrote:

> Hi all,
>
> The following session crashes SQLite3.exe 3.6.6.2 on Windows XP:
>
> sqlite> create table a (b);
> sqlite> select max(b) as q from a where q = 1;
>
> SQLite prevents me from directly using max(b) in the 'where' clause,  
> but
> I think it gets fooled by the alias.
>

This is the same problem as ticket #3508.  
http://www.sqlite.org/cvstrac/tktview?tn=3508

Ticket number #3508 has already been fixed, but only in CVS HEAD, not  
in the branch from which 3.6.6.2 was taken.

D. Richard Hipp
[EMAIL PROTECTED]



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to