visruth commented on issue #7: get generated keys from queryRunner.insertBatch URL: https://github.com/apache/commons-dbutils/pull/7#issuecomment-578467084 Hi @thecarlhall, It's my mistake, `queryRunner.insertBatch` does support `ColumnListHandler` that also achieves the same goal. Yes, it meets my need. When I first got this requirement I made a lot of research to find if there is any existing class available to achieve the same but didn't find any so I implemented `ScalarListHandler` its name can be easily guessed by the developer because there is already a class named `ScalarHandler` which returns only one value. Thanks a lot @thecarlhall for notifying this.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
