Files
greptimedb/tests/runner/Cargo.toml
Ruihang Xia 7d29670c86 fix: consider null mask in sqlness display util (#763)
* 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>
2022-12-19 14:20:28 +08:00

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"] }