We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
i am using go client "github.com/ClickHouse/clickhouse-go/v2",
this is the go code:
deadlineCtx, cancel := context.WithDeadline(context.Background(), time.Now().Add(queryTimeout)) defer cancel() rows, err := ch.Query(deadlineCtx, sql) if err != nil { return 0, err } defer rows.Close()
ch.Query didn't return err, but there are 0 rows in return. I am sure query result of sql is not null.
this is the records in system.query_log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Company or project name
No response
Question
i am using go client "github.com/ClickHouse/clickhouse-go/v2",
this is the go code:
ch.Query didn't return err, but there are 0 rows in return.
I am sure query result of sql is not null.
this is the records in system.query_log
<style> </style>The text was updated successfully, but these errors were encountered: