Commented out semicolon NOT ignored by bertl · Pull Request #190 · npgsql/npgsql
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, 2014Add 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, 2014Add test from issue #190, plus a couple more, to demonstrate rewriter broken by certain comments (cherry picked from master).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters