We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891ab6c commit 8ce9edaCopy full SHA for 8ce9eda
src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt
@@ -469,8 +469,7 @@ TOKEN_MGR_DECLS : {
469
}
470
471
} catch (java.io.IOException e) {
472
- throw new TokenMgrException("Unterminated dollar quoted string",
473
- TokenMgrException.LEXICAL_ERROR);
+ reportError(Math.max(closingQuote.length(), input_stream.GetImage().length()));
474
475
476
0 commit comments