fix: empty select returns header
This commit is contained in:
parent
25bb21c29c
commit
8fc271695a
6 changed files with 99 additions and 65 deletions
|
|
@ -11,6 +11,8 @@ anyhow = "1.0.76"
|
|||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
async-trait = "0.1.74"
|
||||
rand = "0.8.5"
|
||||
rand_seeder = "0.2.3"
|
||||
rand_pcg = "0.3.1"
|
||||
serde_json = "1.0.112"
|
||||
minisql = { path = "../minisql" }
|
||||
proto = { path = "../proto" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue