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

PreparedStatement setObject variations are missing from wrapper

XMLWordPrintable

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

      `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)

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

                Created:
                Updated:
                Resolved: