We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9563a commit 326578cCopy full SHA for 326578c
cli/Cargo.toml
@@ -24,7 +24,7 @@ async-trait = "0.1"
24
clap = { version = "4.4", features = ["derive", "env"] }
25
comfy-table = "7.1"
26
csv = "1.3"
27
-databend-common-ast = "0.0.3"
+databend-common-ast = "0.1.2"
28
fern = { version = "0.6", features = ["colored"] }
29
indicatif = "0.17"
30
log = "0.4"
driver/tests/driver/select_simple.rs
@@ -182,7 +182,7 @@ async fn select_decimal() {
182
Value::Number(NumberValue::Decimal128(
183
100i128,
184
DecimalSize {
185
- precision: 3,
+ precision: 15,
186
scale: 2
187
},
188
)),
0 commit comments