Skip to content

Commit d8ada19

Browse files
authored
feat: implement Encoder for pgwire CopyEncoder, pgwire 0.38 (#286)
* feat: add encoder impl for CopyEncoder * feat: add take_row method to Encoder trait * chore: update pgwire * chore: update pgwire to 0.38
1 parent 56a2a22 commit d8ada19

4 files changed

Lines changed: 254 additions & 7 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bytes = "1.11.1"
1919
chrono = { version = "0.4", features = ["std"] }
2020
datafusion = { version = "52", default-features = false }
2121
futures = "0.3"
22-
pgwire = { version = "0.37.3", default-features = false }
22+
pgwire = { version = "0.38", default-features = false }
2323
postgres-types = "0.2"
2424
rust_decimal = { version = "1.40", features = ["db-postgres"] }
2525
tokio = { version = "1", default-features = false }

0 commit comments

Comments
 (0)