Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 8626 invoked from network); 22 Sep 2007 14:58:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Sep 2007 14:58:13 -0000 Received: (qmail 41486 invoked by uid 500); 22 Sep 2007 14:58:03 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 41377 invoked by uid 500); 22 Sep 2007 14:58:03 -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 41368 invoked by uid 99); 22 Sep 2007 14:58:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Sep 2007 07:58:03 -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; Sat, 22 Sep 2007 14:58:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5EAAF71421B for ; Sat, 22 Sep 2007 07:57:51 -0700 (PDT) Message-ID: <23936074.1190473071384.JavaMail.jira@brutus> Date: Sat, 22 Sep 2007 07:57:51 -0700 (PDT) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-716) Re-enable VTIs In-Reply-To: <1393942992.1132272881534.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-716: -------------------------------- Attachment: derby-716-08-upgrade-aa.diff Attaching derby-716-08-upgrade-aa.diff. This prevents table functions from being created after soft-upgrade. Added a unit test to verify this behavior. Touches the following files: M java/engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj Reject table function creation if we have only soft-upgraded. M java/testing/org/apache/derbyTesting/functionTests/tests/upgradeTests/Changes10_4.java Verify correct upgrade behavior. Committed at subversion revision 578452. > Re-enable VTIs > -------------- > > Key: DERBY-716 > URL: https://issues.apache.org/jira/browse/DERBY-716 > Project: Derby > Issue Type: New Feature > Components: SQL > Reporter: Rick Hillegas > Assignee: Rick Hillegas > Attachments: derby-716-01-basic-aa.diff, derby-716-02-DatabaseMetaData-aa.diff, derby-716-03-DatabaseMetaData-aa.diff, derby-716-04-Optimizer-aa.diff, derby-716-05-PublicAPI-aa.diff, derby-716-06-TestEncoding-aa.diff, derby-716-07-dblook-aa.diff, derby-716-08-upgrade-aa.diff, functionTables.html, functionTables.html, functionTables.html > > > Cloudscape used to expose Virtual Table Interfaces, by which any class which implemented ResultSet could be included in a query's FROM list. Derby still exposes a number of these VTIs as diagnostic tools. However, Derby now prevents customers from declaring their own VTIs. The parser raises an error if a VTI's package isn't one of the Derby diagnostic packages. > This is a very powerful feature which customers can use to solve many problems. We should discuss the reasons that it was disabled and come up with a plan for putting this power back into our customers' hands. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.