-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
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
why ExceptionWhileProcessing didn't return err #1468
Labels
Comments
@btyABC what interface do you use: HTTP or TCP? Could you provide a snippet with the client initialisation? |
I‘m using TCP interface
|
We also have a problem with http interface, there is no db exception handling.
|
Closed
There are some issues with error detection from the server, see this issue: ClickHouse/ClickHouse#75175 |
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: