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
catch (SQLException se)
{ assertSQLState( UNIMPLEMENTED_FEATURE, se ); }}
Attachments
Issue Links
- relates to
-
DERBY-6000 Implement support for JDBC 4.2
- Closed