Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit bcddb43

Browse files
authored
Update chdb.go
1 parent 9f782b4 commit bcddb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chdb/chdb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package chdb
1111
1212
char *MyResult(char *query, char *format) {
1313
14-
char dataQuery[2048];
14+
char dataQuery[4096];
1515
struct local_result *myresult;
1616
char * argv[] = {(char *)"clickhouse", (char *)"--multiquery", (char *)"--output-format=CSV", (char *)"--query="};
1717

0 commit comments

Comments
 (0)