提交 a235f19b authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Do not try to parse quoted tokens in Parser.parsePrepared()

上级 b0586486
......@@ -697,6 +697,9 @@ public class Parser {
c = parseWithStatementOrQuery();
break;
case IDENTIFIER:
if (currentTokenQuoted) {
break;
}
switch (currentToken.charAt(0)) {
case 'a':
case 'A':
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论