testBigDecBadParamSpec() Test for bug [1094621] Decimal conversion error: A prepared statement
with a decimal parameter that is -1E38 will fail as a result of the
driver generating a parameter specification of decimal(38,10) rather
than decimal(38,0).
testMaxRows() Test for bug [1010660] 0.9-rc1 setMaxRows causes unlimited temp stored
procedures.
public void
testMetaData() Test for bad truncation in prepared statements on metadata retrieval
(patch [1076383] ResultSetMetaData for more complex statements for SQL
Server).
testMissingWhitespace() Test for bug [ 1059916 ] whitespace needed in preparedStatement.
public void
testMultiThread() Test Connection concurrency by running
PreparedStatements and rollbacks at the same time to see
whether handles are not lost in the process.
Test for bug [1094621] Decimal conversion error: A prepared statement
with a decimal parameter that is -1E38 will fail as a result of the
driver generating a parameter specification of decimal(38,10) rather
than decimal(38,0).
Test for bug [1010660] 0.9-rc1 setMaxRows causes unlimited temp stored
procedures. This test has to be run with logging enabled or while
monitoring it with SQL Profiler to see whether the temporary stored
procedure is executed or the SQL is executed directly.
Test for bug [1180777] collation-related execption on update.
If a statement prepare fails the statement should still be executed
(unprepared) and a warning should be added to the connection (the
prepare failed, this is a connection event even if it happened on
statement execute).