Skip to content

Commit e3be4b3

Browse files
committed
chore: upgraded pg_introspect to v0.2.2
Adds COALESCE on pg_get_function_result so introspection no longer fails decoding return_type as NULL on databases with procedures or NULL aggregates.
1 parent aa53f1f commit e3be4b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -13,7 +13,7 @@ dbg_macro = "deny"
1313

1414
[workspace.dependencies]
1515
dry_run_core = { path = "crates/dry_run_core" }
16-
pg_introspect = "0.2.1"
16+
pg_introspect = "0.2.2"
1717
async-trait = "0.1"
1818
chrono = { version = "0.4", features = ["serde"] }
1919
clap = { version = "4", features = ["derive", "env"] }

0 commit comments

Comments
 (0)