Skip to content

jdbc: Data Type Conversion #235

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions