Skip to content

Commit 4d7a4aa

Browse files
authored
parser: update regression suite to latest & fix pg19 issues (#754)
1 parent d6297af commit 4d7a4aa

File tree

165 files changed

+9080
-1189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+9080
-1189
lines changed

crates/squawk_ide/src/expand_selection.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const DELIMITED_LIST_KINDS: &[SyntaxKind] = &[
4141
SyntaxKind::COLUMN_LIST,
4242
SyntaxKind::CONFLICT_INDEX_ITEM_LIST,
4343
SyntaxKind::CONSTRAINT_EXCLUSION_LIST,
44+
SyntaxKind::COPY_OPTION_LIST,
4445
SyntaxKind::DROP_OP_CLASS_OPTION_LIST,
4546
SyntaxKind::FDW_OPTION_LIST,
4647
SyntaxKind::FUNCTION_SIG_LIST,
@@ -51,6 +52,7 @@ const DELIMITED_LIST_KINDS: &[SyntaxKind] = &[
5152
SyntaxKind::OP_SIG_LIST,
5253
SyntaxKind::PARAM_LIST,
5354
SyntaxKind::PARTITION_ITEM_LIST,
55+
SyntaxKind::PARTITION_LIST,
5456
SyntaxKind::RETURNING_OPTION_LIST,
5557
SyntaxKind::REVOKE_COMMAND_LIST,
5658
SyntaxKind::ROLE_LIST,

crates/squawk_parser/src/generated/syntax_kind.rs

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/squawk_parser/src/generated/token_sets.rs

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)