Skip to content

Incorrect return type for ResultSet.getObject() #165

@viliam-durina

Description

@viliam-durina

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions