Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF542E217 for ; Tue, 12 Feb 2013 14:59:20 +0000 (UTC) Received: (qmail 30938 invoked by uid 500); 12 Feb 2013 14:59:20 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 29779 invoked by uid 500); 12 Feb 2013 14:59:15 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 28511 invoked by uid 99); 12 Feb 2013 14:59:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 14:59:13 +0000 Date: Tue, 12 Feb 2013 14:59:12 +0000 (UTC) From: "Micah Huff (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DBUTILS-108) Create functionality to return auto-generated keys in batches of SQL inserts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Micah Huff created DBUTILS-108: ---------------------------------- Summary: Create functionality to return auto-generated keys in batches of SQL inserts Key: DBUTILS-108 URL: https://issues.apache.org/jira/browse/DBUTILS-108 Project: Commons DbUtils Issue Type: Improvement Affects Versions: 1.6 Reporter: Micah Huff Fix For: 1.6 Related to DBUTILS-87, there should be support for retrieving the automatically-generated keys from a batch insert operation. Similar to how singular insert was added to return the generated key, there should be an insertBatch operation that allows the ResultSetHandler to perform an operation with the newly generated keys. I have a patch and will be submitting it soon for review. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira