File tree Expand file tree Collapse file tree 6 files changed +4178
-4179
lines changed Expand file tree Collapse file tree 6 files changed +4178
-4179
lines changed Original file line number Diff line number Diff line change @@ -1207,7 +1207,7 @@ FETCH_STATUS: '@@FETCH_STATUS';
1207
1207
1208
1208
IPV4_ADDR : DEC_DIGIT + ' .' DEC_DIGIT + ' .' DEC_DIGIT + ' .' DEC_DIGIT +;
1209
1209
1210
- SPACE : [ \t\r\n]+ -> channel(HIDDEN );
1210
+ SPACE : [ \t\r\n] -> channel(HIDDEN );
1211
1211
// https://docs.microsoft.com/en-us/sql/t-sql/language-elements/slash-star-comment-transact-sql
1212
1212
COMMENT : ' /*' (COMMENT | .)*? ' */' -> channel(HIDDEN );
1213
1213
LINE_COMMENT : ' --' ~[\r\n]* -> channel(HIDDEN );
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -3776,12 +3776,12 @@ constant_LOCAL_ID
3776
3776
// Operator precendence: https://docs.microsoft.com/en-us/sql/t-sql/language-elements/operator-precedence-transact-sql
3777
3777
expression
3778
3778
: primitive_expression
3779
+ | full_column_name
3779
3780
| function_call
3780
3781
| expression ' .' (value_call | query_call | exist_call | modify_call)
3781
3782
| expression ' .' hierarchyid_call
3782
3783
| expression COLLATE id_
3783
3784
| case_expression
3784
- | full_column_name
3785
3785
| bracket_expression
3786
3786
| unary_operator_expression
3787
3787
| expression op=(' *' | ' /' | ' %' ) expression
@@ -6030,7 +6030,7 @@ keyword
6030
6030
| QUARTER_ABBR
6031
6031
| MONTH_ABBR
6032
6032
| DAYOFYEAR_ABBR
6033
- | DAY_ABBR
6033
+ | DAY_ABBR
6034
6034
| WEEK_ABBR
6035
6035
| HOUR_ABBR
6036
6036
| MINUTE_ABBR
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments