There was an error while loading. Please reload this page.
1 parent 048154b commit 08a5fffCopy full SHA for 08a5fff
1 file changed
tests/it/query.rs
@@ -143,7 +143,7 @@ async fn server_side_param() {
143
assert_eq!(result, bytes);
144
145
let result = client
146
- .query("SELECT getSetting('max_block_size') WHERE {value: UInt8} = 1")
+ .query("SELECT toUInt64(getSetting('max_block_size')) WHERE {value: UInt8} = 1")
147
.with_setting("max_block_size", "123")
148
.param("value", 1)
149
.fetch_one::<u64>()
0 commit comments