Closed GoogleCodeExporter closed 8 years ago
This patch seems to work. It has only one little problem. In some cases the
internal position flag is not correct. This can create errors, if the sql
string has similiar parts on multiple positions. The parser looks for the
position with a simple string compare, so it is necessary to point to the
correct internal position to find the right sql part. It occurs on sub_trees.
Original comment by pho...@gmx.de
on 26 Apr 2012 at 3:57
I have checked the patch again and I couldn't create a wrong test. So it is now
integrated into the codebase, thank you.
Original comment by pho...@gmx.de
on 2 May 2012 at 12:35
Original issue reported on code.google.com by
nderm...@adequasys.com
on 23 Apr 2012 at 6:52Attachments: