GitHub user grgrzybek opened a pull request: https://github.com/apache/camel/pull/123
[CAMEL-7313] Adding support to retrieve generated keys for camel-sql I decided to return not simple `List<Map<String, Object>>`, but spring-jdbc's `org.springframework.jdbc.support.KeyHolder` as `camel-sql` component is tied to spring-jdbc. This `KeyHolder` is just a thin wrapper around the aforementioned list of maps. You can merge this pull request into a Git repository by running: $ git pull https://github.com/grgrzybek/camel CAMEL-7313 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/123.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 #123 ---- commit 008ec70cea417ec8cd1c88171dab10e36a6621dd Author: Grzegorz Grzybek <gr.grzy...@gmail.com> Date: 2014-03-28T20:44:35Z [CAMEL-7313] Adding support to retrieve generated keys for camel-sql ---- --- 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. ---