Closed
Description
It would have been great to see which type is not supported in the logs, all the more as a driver provider gives a very terse error message ("Invalid column type"):
logger.debug("JDBC driver has limited support for JDBC 4.1 'getObject(int, Class)' method for class = " + requiredType, ex);
Originally posted by @PhilippeHaution in #16223 (comment)