Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 92156 invoked from network); 22 Feb 2006 00:24:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Feb 2006 00:24:01 -0000 Received: (qmail 44190 invoked by uid 500); 22 Feb 2006 00:24:00 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 44132 invoked by uid 500); 22 Feb 2006 00:24:00 -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 44123 invoked by uid 99); 22 Feb 2006 00:24:00 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2006 16:24:00 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id A09A1DE for ; Wed, 22 Feb 2006 01:23:38 +0100 (CET) Message-ID: <1550265267.1140567818653.JavaMail.jira@ajax.apache.org> Date: Wed, 22 Feb 2006 01:23:38 +0100 (CET) From: "Mamta A. Satoor (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-1023) Add EXTERNAL SECURITY DEFINER and EXTERNAL SECURITY INVOKER support for routines(functions or procedures) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Add EXTERNAL SECURITY DEFINER and EXTERNAL SECURITY INVOKER support for routines(functions or procedures) ---------------------------------------------------------------------------------------------------------- Key: DERBY-1023 URL: http://issues.apache.org/jira/browse/DERBY-1023 Project: Derby Type: Sub-task Components: SQL Reporter: Mamta A. Satoor Fix For: 10.2.0.0 Derby parser supports EXTERNAL SECURITY DEFINER and EXTERNAL SECURITY INVOKER on a routine (function or procedure) but this information doesn't get saved anywhere. eg from lang/grantRevoke.sql test CREATE PROCEDURE AUTH_TEST.addUserUtility(IN userName VARCHAR(50), IN permission VARCHAR(22)) LANGUAGE JAVA PARAMETER STYLE JAVA EXTERNAL SECURITY INVOKER EXTERNAL NAME 'org.apache.derby.database.UserUtility.add '; Finish up this functionality by doing necessary work required during compile, execute and upgrade times. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira