-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
issue with r2dbc when first column is empty string #160
Comments
Is the column name on the db empty? can you please provide the table schema? |
"select '' as x,'1' as y " |
oh, I get it. there is no table. |
you don't need a table to reproduce this issue, a real table will trigger this issue too |
This is a duplication issue with a problem found before, that was not fixed, @ddyycao , what is the mysql server version that you are using? (please include build, running os and minor versions) |
@andy-yx-chen can you post a link to the previous issue? |
os: centos6 |
I am investigating it. |
I found the issue - during query processing packets starts with zero are treated as ok packet (which is similar to eof). I am fixing it to work as expected. |
Fix is released in 1.0.10 |
I am using the latest version of spring-boot, spring-data-r2dbc and jasync sql
The text was updated successfully, but these errors were encountered: