Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 95186 invoked from network); 12 Sep 2010 20:17:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Sep 2010 20:17:54 -0000 Received: (qmail 75764 invoked by uid 500); 12 Sep 2010 20:17:54 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 75661 invoked by uid 500); 12 Sep 2010 20:17:53 -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 75649 invoked by uid 99); 12 Sep 2010 20:17:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Sep 2010 20:17:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Sep 2010 20:17:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8CKHXZu018180 for ; Sun, 12 Sep 2010 20:17:33 GMT Message-ID: <26753214.143761284322653002.JavaMail.jira@thor> Date: Sun, 12 Sep 2010 16:17:33 -0400 (EDT) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4272) SQL Authorization Support for dblook In-Reply-To: <236222118.1244998687732.JavaMail.jira@brutus> 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-4272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-4272: --------------------------------- Issue & fix info: (was: [Patch Available]) Unsetting the "patch available" flag , since more works needs to be done on this issue. > SQL Authorization Support for dblook > ------------------------------------ > > Key: DERBY-4272 > URL: https://issues.apache.org/jira/browse/DERBY-4272 > Project: Derby > Issue Type: Improvement > Components: Tools > Environment: Any > Reporter: Hiranya Jayathilaka > Assignee: Hiranya Jayathilaka > Attachments: DERBY-4272-changes-u1.txt, DERBY-4272-changes-u2.txt, DERBY-4272-changes-u3.txt, DERBY-4272-changes-u4.txt, DERBY-4272-changes-u5.txt, DERBY-4272-changes-u6.txt, DERBY-4272-u1.patch, DERBY-4272-u2.patch, DERBY-4272-u3.patch, DERBY-4272-u4.patch, DERBY-4272-u5.patch, DERBY-4272-u6.patch, dhw-sample-1.sql, new.sql, old.sql > > > Currently dblook suffers from two major shortcomings. > 1. dblook doesn't take the object dependencies into consideration when generating DDL scripts > 2. dblook doesn't have any support for SQL authorization > I intend to fix these two issues and improve dblook so that the DDL scripts generated by dblook can be executed without errors under all conditions. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.