You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/10/21 04:36:46 UTC

[GitHub] [commons-dbutils] thecarlhall edited a comment on issue #7: get generated keys from queryRunner.insertBatch

thecarlhall edited a comment on issue #7: get generated keys from queryRunner.insertBatch
URL: https://github.com/apache/commons-dbutils/pull/7#issuecomment-544345220
 
 
   Hi @visruth, what about using the `ColumnListHandler` class?  These seem the same to me.  Can you highlight what I'm missing?
   
   ```
   ColumnListHandler<Long> rsh = new ColumnListHandler<Long>();
   ...
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services