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 f54b767 commit 7a5fd4eCopy full SHA for 7a5fd4e
chdb/wrapper_test.go
@@ -33,9 +33,17 @@ func TestQueryToBuffer(t *testing.T) {
33
},
34
// Session
35
{
36
- name: "Session Query 1",
37
- queryStr: "CREATE DATABASE IF NOT EXISTS testdb; " +
38
- "CREATE TABLE IF NOT EXISTS testdb.testtable (id UInt32) ENGINE = MergeTree() ORDER BY id;",
+ name: "Session Query 1",
+ queryStr: "CREATE DATABASE IF NOT EXISTS testdb; ",
+ outputFormat: "CSV",
39
+
40
+ udfPath: "",
41
+ expectedErrMsg: "",
42
+ expectedResult: "",
43
+ },
44
+ {
45
+ name: "Session Query 1 bis",
46
+ queryStr: "CREATE TABLE IF NOT EXISTS testdb.testtable (id UInt32) ENGINE = MergeTree() ORDER BY id;",
47
outputFormat: "CSV",
48
49
udfPath: "",
0 commit comments