This revision resolved a discrepancy between the JDBC driver specification and the JDBC API documentation about the behavior of the following methods:
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.