Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.6.2, 2.1.0
-
None
Description
JDBC drivers is often a pain when it comes to compliance.
If you use SQL SELECT with aliases then you may have issues with camel-jdbc as it retrieves the column name use ResultSetMetaData which behaves different according to the JDBC spec.
See more at:
http://fusesource.com/forums/thread.jspa?messageID=5623ᗷ
Introduce a new option useJDBC4ColumnNameAndLabelSemantics where you can configure which option to use. Will by default use JDBC 4