This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 1bcae63 CAMEL-17883: camel-salesforce: remove erroneous import
add 4bd5aa5 CAMEL-17866: fix CamelSqlGeneratedKeyRows issue. (#7300)
No new revisions were added by this update.
Summary of changes:
.../apache/camel/component/sql/SqlProducer.java | 23 ++---
.../component/sql/CamelSqlEmptyResultTest.java | 4 +
.../component/sql/SqlGeneratedKeysInLoopTest.java | 113 +++++++++++++++++++++
3 files changed, 126 insertions(+), 14 deletions(-)
create mode 100644
components/camel-sql/src/test/java/org/apache/camel/component/sql/SqlGeneratedKeysInLoopTest.java