Skip to content

Commit

Permalink
parser: bump lib_pg parser dep to postgres 16 (#393)
Browse files Browse the repository at this point in the history
allows parsing things like:


```sql
select and
```
  • Loading branch information
sbdchd authored Dec 4, 2024
1 parent 8a4d0ad commit 0917fe4
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 39 deletions.
195 changes: 157 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ keywords = ["postgres", "sql", "parser"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libpg_query-sys = { git = "https://github.com/chdsbd/libpg_query-sys.git", rev = "f4584dcbcb8c1f3bee550477257e84a846fdd92d" }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_repr = "0.1"
libpg_query-sys = "0.4.0"

[dev-dependencies]
insta = "0.16.0"

0 comments on commit 0917fe4

Please sign in to comment.