-
Notifications
You must be signed in to change notification settings - Fork 997
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
Client unable to select from function when compression is enabled. #871
Comments
Thanks @jnewmano will take a look. |
dvilaverde
pushed a commit
to dvilaverde/go-mysql
that referenced
this issue
May 7, 2024
Sorry for my code suggestion in the previous PR |
It's quite alright it happens. I didn't realize that boolean had such an important role until this issue was reported. I added a comment thought to make it clear for the next person. |
lance6716
pushed a commit
that referenced
this issue
May 8, 2024
Co-authored-by: dvilaverde <[email protected]>
dvilaverde
added a commit
to dvilaverde/go-mysql
that referenced
this issue
May 8, 2024
…ysql-org#872) Co-authored-by: dvilaverde <[email protected]>
dvilaverde
added a commit
to dvilaverde/go-mysql
that referenced
this issue
May 8, 2024
…ysql-org#872) Co-authored-by: dvilaverde <[email protected]>
Please close this issue, this issue has been fixed. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding the following test to client/client_test.go results in an error. Selecting any computed function fails.
Client compression with computed function select worked in PR #862 at commit 22dbb42, something in a later commit resulted in an error in these types of queries.
The text was updated successfully, but these errors were encountered: