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

MysqlDbTypeConverter and OracleDbTypeConverter must support UUID type in getJavaObject method #3037

Open
knstvk opened this issue Sep 18, 2020 · 1 comment
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@knstvk
Copy link
Member

knstvk commented Sep 18, 2020

Environment

  • Platform version: 7.2.8

Description of the bug or enhancement

See forum topic.

@knstvk knstvk added the type: bug Something isn't working label Sep 18, 2020
@knstvk knstvk added this to the Release 7.2 milestone Sep 18, 2020
@andreysubbotin
Copy link
Contributor

DbTypeConverter#getJavaObject uses ResultSet as an argument and doesn't know anything about result java type. So it returns java type corresponding to DB type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants