mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 14:22:58 +00:00
* fix: consider null mask in sqlness display util Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * add test case Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * fix test case Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * change placeholder to null Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
13 lines
324 B
TOML
13 lines
324 B
TOML
[package]
|
|
name = "sqlness-runner"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
async-trait = "0.1"
|
|
client = { path = "../../src/client" }
|
|
comfy-table = "6.1"
|
|
common-base = { path = "../../src/common/base" }
|
|
sqlness = { git = "https://github.com/ceresdb/sqlness.git" }
|
|
tokio = { version = "1.21", features = ["full"] }
|