Skip to content

Commit

Permalink
Autoupdate grammar targets based on antlr/grammars-v4's TSQL grammar …
Browse files Browse the repository at this point in the history
…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 <[email protected]>
Co-authored-by: Sven Giegerich <[email protected]>
  • Loading branch information
3 people authored Jun 3, 2024
1 parent 038e7ff commit dbd0d2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pytsql/grammar/TSqlLexer.g4
Original file line number Diff line number Diff line change
Expand Up @@ -1289,4 +1289,6 @@ fragment FullWidthLetter options {
| '\ua000' ..'\ud7ff'
| '\uf900' ..'\ufaff'
| '\uff00' ..'\ufff0'
; // | '\u20000'..'\u2FA1F'
// | '\u10000'..'\u1F9FF' //not support four bytes chars
// | '\u20000'..'\u2FA1F'
;

0 comments on commit dbd0d2b

Please sign in to comment.