Uploaded image for project: 'Agroal'
  1. Agroal
  2. AG-144

PreparedStatement setObject variations are missing from wrapper

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.9
    • 1.7, 1.8
    • pool
    • None

    Description

      `PreparedStatementWrapper` doesn't implement the following variations of `PreparedStatement.setObject`.:

      void setObject(int parameterIndex, Object x, SQLType targetSqlType)
      void setObject(int parameterIndex, Object x, SQLType targetSqlType, int scaleOrLength)

      NOTE: These are the `SQLType` variations and not the `int targetSqlType` variations (which are implemented)

      Attachments

        Activity

          People

            lbarreiro-1 Luis Barreiro
            kevinwooten Kevin Wooten (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: