Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-6088

PreparedStatementTest42 lacks "fail" call when operation unexpectedly succeeds

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 10.10.1.1
    • 10.10.1.1
    • JDBC, Test
    • None

    Description

      Ca line 233, this construct lacks a "fail()":

      // verify that certain SQLTypes are illegal
      for ( int i = 0; i < ILLEGAL_JDBC_TYPES.length; i++ )
      {
      try

      { insert.setObject( 1, null, ILLEGAL_JDBC_TYPES[ i ] ); }

      catch (SQLException se)

      { assertSQLState( UNIMPLEMENTED_FEATURE, se ); }

      }

      Attachments

        Issue Links

          Activity

            People

              rhillegas Richard N. Hillegas
              dagw Dag H. Wanvik
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: