Commented out semicolon NOT ignored by bertl · Pull Request #190 · npgsql/npgsql

@bertl

If there is a semicolon within a single line comment "--", Npgsql
assumes that it marks the end of a statement and starts the next
statement (chunk) immediately after it, ignoring that this is still
commented out.
This commit ignores semicolons within single line comments.

added a commit that referenced this pull request

Mar 29, 2014
Add test from issue #190, plus a couple more, to demonstrate rewriter broken by certain comments.

glenebob added a commit that referenced this pull request

Apr 5, 2014
Add test from issue #190, plus a couple more, to demonstrate rewriter broken by certain comments (cherry picked from master).