Skip to content

jdbc: Data Type Conversion #235

Open
@nicktorwald

Description

@nicktorwald

To be more compatible with JDBC 4.2 spec we need to provide implicit type conversions when setting parameters or retrieving values at minimum according to Appendix B.

This issue affects the following API:

  • PreparedStatement.setXXX family of methods
  • ResultSet.getXXX family of methods.
  • DataBaseMetaData.supportsConvert

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions