Skip to content

Commit c10f0f7

Browse files
minor changes
1 parent 5d1d6bb commit c10f0f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sqlparser_common.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12409,8 +12409,10 @@ fn parse_no_condition_join_strategy() {
1240912409
)
1241012410
);
1241112411
}
12412+
}
1241212413
}
1241312414

12415+
#[test]
1241412416
fn test_reserved_keywords_for_identifiers() {
1241512417
let dialects = all_dialects_where(|d| d.is_reserved_for_identifier(Keyword::INTERVAL));
1241612418
// Dialects that reserve the word INTERVAL will not allow it as an unquoted identifier

0 commit comments

Comments
 (0)