Skip to content

Commit 0c49a4d

Browse files
committed
chor: upgrade pg query
1 parent 3f8b479 commit 0c49a4d

File tree

7 files changed

+28
-9
lines changed

7 files changed

+28
-9
lines changed

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[submodule "libpg_query"]
22
path = libpg_query
33
url = https://github.com/pganalyze/libpg_query.git
4+
branch = 17-latest
45
[submodule "crates/tree_sitter_sql/tree-sitter-sql"]
56
path = lib/tree_sitter_sql/tree-sitter-sql
67
url = https://github.com/DerekStride/tree-sitter-sql

Cargo.lock

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

crates/pg_lexer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version = "0.0.0"
1515
regex = "1.9.1"
1616

1717
pg_lexer_codegen.workspace = true
18-
pg_query = "0.8"
18+
pg_query = "6.0.0"
1919

2020
cstree = { version = "0.12.0", features = ["derive"] }
2121
text-size.workspace = true

crates/pg_query_ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version = "0.0.0"
1313

1414
[dependencies]
1515
petgraph = "0.6.4"
16-
pg_query = "0.8"
16+
pg_query = "6.0.0"
1717

1818
pg_diagnostics.workspace = true
1919
pg_lexer.workspace = true

crates/pg_statement_splitter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ text-size.workspace = true
1717

1818
[dev-dependencies]
1919
ntest = "0.9.3"
20-
pg_query = "0.8"
20+
pg_query = "6.0.0"

libpg_query

Submodule libpg_query updated 736 files

0 commit comments

Comments
 (0)