Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 81933 invoked from network); 17 Aug 2007 15:36:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Aug 2007 15:36:52 -0000 Received: (qmail 40332 invoked by uid 500); 17 Aug 2007 15:36:49 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 40299 invoked by uid 500); 17 Aug 2007 15:36:49 -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 40290 invoked by uid 99); 17 Aug 2007 15:36:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2007 08:36:49 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2007 15:36:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D72E571420B for ; Fri, 17 Aug 2007 08:36:30 -0700 (PDT) Message-ID: <5520273.1187364990876.JavaMail.jira@brutus> Date: Fri, 17 Aug 2007 08:36:30 -0700 (PDT) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-3013) column-definition WITH DEFAULT should accept CURRENT_USER, SESSION_USER in addition to USER MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org column-definition WITH DEFAULT should accept CURRENT_USER, SESSION_USER in addition to USER ------------------------------------------------------------------------------------------- Key: DERBY-3013 URL: https://issues.apache.org/jira/browse/DERBY-3013 Project: Derby Issue Type: Improvement Affects Versions: 10.4.0.0 Reporter: Dag H. Wanvik Priority: Minor Presently, Derby accepts WITH DEFAULT USER, but although CURRENT_USER and SESSION_USER are otherwise used in Derby (see http://db.apache.org/derby/docs/dev/ref/rrefsqlj42476.html), they can not presently be used in the column definition. Only USER is allowed. ISO/IEC 9075-2:2003, section 11.5 specifies that all of the above can be used. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.