Hi,

the following query fails to parse, although it should be valid:

  sqlite> select 1 union select 1 from (select 1 as x) group by x order by 1 
collate binary;
  Error: no such column: x


originally reported by Michael Geier here:
<http://stackoverflow.com/questions/26816561/android-lollipop-changed-behavior-of-sqlite>


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

Reply via email to