You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cratedb_sqlparse_py/cratedb_sqlparse/generated_parser/AbstractSqlBaseLexer.py
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,11 @@
3
3
4
4
classAbstractSqlBaseLexer(Lexer):
5
5
"""
6
-
Automatically generated by Antlr4. It was added originally in CrateDB (https://github.com/crate/crate/commit/8e7cfd7c4a05fc27de8ce71af9165b98c986d883)
7
-
to implement $ strings, e.g: "SELECT $my friend's house$", we cannot do the same since it also generates invalid python syntax:
6
+
Automatically generated by Antlr4.
7
+
8
+
It was added originally in CrateDB (https://github.com/crate/crate/commit/8e7cfd7c4a05fc27de8ce71af9165b98c986d883)
9
+
to implement $ strings, e.g: "SELECT $my friend's house$", we cannot do the same since it also generates invalid
0 commit comments