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

Incorrect return type for ResultSet.getObject() #165

Open
viliam-durina opened this issue Jun 6, 2022 · 0 comments
Open

Incorrect return type for ResultSet.getObject() #165

viliam-durina opened this issue Jun 6, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@viliam-durina
Copy link
Contributor

viliam-durina commented Jun 6, 2022

According to ResultSet.getObject() javadoc:

The type of the Java object will be the default Java object type corresponding to the column's SQL type, following the mapping for built-in types specified in the JDBC specification.

We currently return our default type, e.g. in case of DATE we return LocalDate, not java.sql.Date. We must return the correct type.

@viliam-durina viliam-durina added the bug Something isn't working label Jun 6, 2022
@viliam-durina viliam-durina added this to the 5.2 milestone Jun 6, 2022
@degerhz degerhz modified the milestones: 5.2.0, 5.2.1 Oct 26, 2022
@degerhz degerhz removed this from the 5.2.1 milestone Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants