Skip to content

Commit 1c167cc

Browse files
committed
SET and SHOW statement
1 parent 848facf commit 1c167cc

File tree

3 files changed

+248
-63
lines changed

3 files changed

+248
-63
lines changed

Cargo.lock

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

datafusion-postgres/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ futures = "0.3"
2222
sqlparser = "0.55"
2323
async-trait = "0.1"
2424
chrono = { version = "0.4", features = ["std"] }
25+
tokio = { version = "1.0", features = ["sync"] }

0 commit comments

Comments
 (0)