Product Documentation

V11.5 Release Notes

Previous Topic

Next Topic

JDBC Connection to set warnings instead of failing with exception on method returning a resultset

This revision resolved a discrepancy between the JDBC driver specification and the JDBC API documentation about the behavior of the following methods:

  • createStatement
  • prepareStatement
  • prepareCall

The previous logic followed the JDBC API documentation and failed with an exception because these methods were not supported. The logic has been modified to follow the JDBC specification, which says to set a warning if the operation is not supported.

TOCIndex