-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
INSERT .. RETURNING returns wrong binary data #728
Comments
Thanks for reporting. The value returned seems to be the blob-id instead of the blob value, which would suggest that this is backed by an |
The code path taken intentionally does not fetch the blob value, but I'm unsure why. |
Fix will be available with 4.0.9 and 5.0.1. I don't have a solid release date for either of those yet, but probably somewhere around the beginning of February, maybe earlier if it turns out I broke a lot in 5.0.0 ;). You can test with the 5.0.1.java11-SNAPSHOT (or 5.0.1.java8-SNAPSHOT) on https://oss.sonatype.org/content/repositories/snapshots (deploying 4.0.x snapshots is a lot more manual work, so I generally won't bother, but let me know if you prefer to have a 4.0.9 snapshot). |
I can wait for 4.0.9, thanks! |
Here's a self contained test case that currently fails with jaybird 4.0.8:
It prints:
The first result isn't even stable, e.g. after executing it again, I'm getting:
And then:
The text was updated successfully, but these errors were encountered: