Closed GoogleCodeExporter closed 8 years ago
I try to split that within the parser. Every table, colref or alias should have
a no_quotes property now, which contains the name without quotes. It doesn't
work in all cases, I have to change this a little bit (i.e. `foo`.`bar` gives
foo`.`bar). I'll create a test case and see, what is wrong.
Original comment by pho...@gmx.de
on 21 Nov 2013 at 10:41
The parser returns already the quoted column-reference since r433. It has not
been included into the last download, try the bleeding edge on the SVN/trunc
path (r566).
Original comment by pho...@gmx.de
on 21 Nov 2013 at 11:11
Thanks! I wanted to say that this has been very useful for my work and I
appreciate the effort put into this. I use it to automatically filter, sort and
paginate our SQL queries, and so far it works great!
Original comment by noisecap...@gmail.com
on 21 Nov 2013 at 3:25
:-) Thank you for using the parser!!
Original comment by pho...@gmx.de
on 22 Nov 2013 at 12:20
Original issue reported on code.google.com by
noisecap...@gmail.com
on 20 Nov 2013 at 9:35