Open GoogleCodeExporter opened 8 years ago
This is a problem of the processFrom() method of the parser, it doesn't know
the UNION keyword, so it interprets the construction as table name. Because of
the space character just before UNION, the method thinks, that UNION is the
alias of the table and ignores all the rest after the next space character
right after UNION. I'll try to fix that.
Original comment by pho...@gmx.de
on 23 Oct 2013 at 10:35
Original comment by pho...@gmx.de
on 5 Mar 2014 at 10:20
Original issue reported on code.google.com by
hith2...@gmail.com
on 3 Aug 2013 at 6:37