Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 89608 invoked from network); 31 Jan 2011 17:42:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Jan 2011 17:42:52 -0000 Received: (qmail 40649 invoked by uid 500); 31 Jan 2011 17:42:52 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 40399 invoked by uid 500); 31 Jan 2011 17:42:50 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 40383 invoked by uid 99); 31 Jan 2011 17:42:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jan 2011 17:42:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jan 2011 17:42:49 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 767D918299F for ; Mon, 31 Jan 2011 17:42:29 +0000 (UTC) Date: Mon, 31 Jan 2011 17:42:29 +0000 (UTC) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Message-ID: <1733369411.164.1296495749481.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (DERBY-712) Support for sequences MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988808#comment-12988808 ] Dag H. Wanvik commented on DERBY-712: ------------------------------------- Thanks, Brett. I just did. It will take some time before the update is reflected on the web site, though. > Support for sequences > --------------------- > > Key: DERBY-712 > URL: https://issues.apache.org/jira/browse/DERBY-712 > Project: Derby > Issue Type: Improvement > Components: SQL > Environment: feature request > Reporter: Tony Dahbura > Assignee: Suran Jayathilaka > Fix For: 10.6.1.0 > > Attachments: SequenceGenerator.html, SequenceGenerator.html, altertable.diff, catalogs_a.patch, catalogs_b.patch, catalogs_c.patch, catalogs_d.patch, catalogs_e.patch, catalogs_f.patch, catalogs_f_2.patch, catalogs_g.diff, catalogs_h.diff, create_drop_sequence_a.patch, create_drop_sequence_b.patch, create_drop_sequence_c.patch, create_drop_sequence_d.patch, create_sequence_a.patch, createseq_args_bind_a.diff, createseq_args_bind_b.diff, derby-712-02-aa-privilegeNodeCleanup.diff, derby-712-03-aa-usagePrivilege.diff, derby-712-03-ac-usagePrivilege.diff, derby-712-04-aa-dblook.diff, derby-712-05-af-sequenceGenerator.diff, derby-712-05-al-sequenceGenerator.diff, derby-712-06-aa-restrictedDrops.diff, sequences_next_value_a.patch > > > Would like to see support added for sequences. This would permit a select against the sequence to always obtain a ever increasing/decreasing value. The identity column works fine but there are times for applications where the application needs to obtain the sequence number and use it prior to the database write. Subsequent calls to the table/column would result in a new number on each call. > SQL such as the following: > SELECT NEXT VALUE FOR sequence_name FROM sometable ; would result in a next value. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira