https://bugzilla.wikimedia.org/show_bug.cgi?id=20256
--- Comment #1 from Max Semenik <[email protected]> 2009-08-17 19:11:24 UTC --- Probably it just can't handle () UNION (): sqlite> select 1 as foo union select 2 as foo; 1 2 sqlite> (select 1 as foo) union (select 2 as foo); SQL error: near "(": syntax error -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
