Skip to content

Commit dbd0d2b

Browse files
Autoupdate grammar targets based on antlr/grammars-v4's TSQL grammar definition (#141)
This PR was created automatically as [antlr/grammars-v4](https://github.com/antlr/grammars-v4/tree/master/sql/tsql) TSQL grammar definition changed. --------- Co-authored-by: svengiegerich <1476077+svengiegerich@users.noreply.github.com> Co-authored-by: Sven Giegerich <sven.giegerich@quantco.com>
1 parent 038e7ff commit dbd0d2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pytsql/grammar/TSqlLexer.g4

+3-1
Original file line numberDiff line numberDiff line change
@@ -1289,4 +1289,6 @@ fragment FullWidthLetter options {
12891289
| '\ua000' ..'\ud7ff'
12901290
| '\uf900' ..'\ufaff'
12911291
| '\uff00' ..'\ufff0'
1292-
; // | '\u20000'..'\u2FA1F'
1292+
// | '\u10000'..'\u1F9FF' //not support four bytes chars
1293+
// | '\u20000'..'\u2FA1F'
1294+
;

0 commit comments

Comments
 (0)