Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
ManifoldCF 0.6
-
None
Description
The JDBC specification changed from 3.0 to 4.0 to be more clear about how getColumnName() and getColumnLabel() should be implemented. This has caused the JDBC Connector to not work properly for MySQL/J 5.1.x and up.
The recommended solution is to allow users to select which method is used to get the column label. The default for this selection should be getColumnName() since that would result in current behavior.