Description
Relevant source:
boolean quoted = false; while (wordStart > 0 && Character.isJavaIdentifierPart(sql.charAt(wordStart - 1))) { --wordStart; } if ((wordStart > 0) && (sql.charAt(wordStart - 1) == '"')) { // <-- It should get quoting from the connection quoted = true; --wordStart; }
Attachments
Issue Links
- duplicates
-
CALCITE-152 SqlAdvisor should honor quoting rules
- Closed
- is blocked by
-
CALCITE-2435 Refactor SqlTestFactory
- Closed