camel-jdbc - Add option to select between JDBC 4 or 3 column label / name semantics -----------------------------------------------------------------------------------
Key: CAMEL-2352 URL: https://issues.apache.org/activemq/browse/CAMEL-2352 Project: Apache Camel Issue Type: Improvement Components: camel-jdbc Affects Versions: 2.1.0, 1.6.2 Reporter: Claus Ibsen Assignee: Claus Ibsen Priority: Minor Fix For: 1.6.3, 2.2.0 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 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.