Skip to content
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

Change JsonBinarySqlTypeDescriptor to bind the JSON object as String #423

Closed
vladmihalcea opened this issue Apr 10, 2022 · 1 comment
Closed
Assignees
Milestone

Comments

@vladmihalcea
Copy link
Owner

Traditionally, the JsonBinarySqlTypeDescriptor bound the JSON object as JsonNode, but this is not needed since a String representation is what's going to be sent via JDBC to the database.

@vladmihalcea vladmihalcea added this to the 2.15.3 milestone Apr 10, 2022
@vladmihalcea vladmihalcea self-assigned this Apr 10, 2022
@vladmihalcea
Copy link
Owner Author

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant