Skip to content

Commit b3f3a89

Browse files
authored
Port StatementRewrite::inject_auto_id (#1169)
This was a very quick and easy port. I definitely did not lose an entire day to a lifetime issue because I wanted mutable lists to make this function look nicer when it was done being ported.
1 parent 7fc634c commit b3f3a89

4 files changed

Lines changed: 334 additions & 145 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pgdog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ smallvec = "1"
8080
reqwest.workspace = true
8181
hex = "0.4"
8282
x509-parser = "0.18"
83-
pg_raw_parse = { git = "https://github.com/pgdogdev/pg_raw_parse.git", rev = "48b4944", optional = true }
83+
pg_raw_parse = { git = "https://github.com/pgdogdev/pg_raw_parse.git", rev = "a4a2a2c", optional = true }
8484
itertools = "0.15.0"
8585

8686
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)