GitHub user snurmine opened a pull request: https://github.com/apache/camel/pull/771
CAMEL-4725:Vendor spesific SQL type and removed type converters. -Added ability to give SQL type code as integer in template instead of String. This enables use Vendor specific SQL type. -Removed SQL type to Java type mappings from Simple expression evaluations. Component cannot know exact type per vendor, so value from Simple expression is asked using Object.class. -Some minor cleaning You can merge this pull request into a Git repository by running: $ git pull https://github.com/snurmine/camel CAMEL-4725 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/771.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #771 ---- commit 3e94ae2ad843a702ff84edace3fad799dbeb5dfb Author: Sami Nurminen <snurm...@gmail.com> Date: 2016-01-14T17:30:45Z CAMEL-4725:Vendor spesific SQL type. Removed type conversions per SQL type. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---