Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 9978 invoked from network); 15 Feb 2005 20:55:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Feb 2005 20:55:40 -0000 Received: (qmail 62390 invoked by uid 500); 15 Feb 2005 20:55:39 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 62361 invoked by uid 500); 15 Feb 2005 20:55:38 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 62348 invoked by uid 99); 15 Feb 2005 20:55:38 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from e4.ny.us.ibm.com (HELO e4.ny.us.ibm.com) (32.97.182.144) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 15 Feb 2005 12:55:37 -0800 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e4.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id j1FKtY6X021300 for ; Tue, 15 Feb 2005 15:55:34 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j1FKtXBk253292 for ; Tue, 15 Feb 2005 15:55:34 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j1FKtXBI029920 for ; Tue, 15 Feb 2005 15:55:33 -0500 Received: from [127.0.0.1] (DMCSDJDT41P.usca.ibm.com [9.72.133.64]) by d01av03.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j1FKtWav029813 for ; Tue, 15 Feb 2005 15:55:33 -0500 Message-ID: <421261C4.30605@debrunners.com> Date: Tue, 15 Feb 2005 12:55:32 -0800 From: Daniel John Debrunner User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Development Subject: Re: SQL identifier lengths References: In-Reply-To: X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N thomas wrote: > Hi, > > i tried to use Derby as backend for the DaisyWiki CMS, because i'd like > to get an solution. Currently Daisy only supports MySQL, with PostgreSQL > being in the works. The main problem i ran into was the very constrained > length of SQL identifiers in Derby. > > I found this issue on the ToDo-List > (, Increased SQL > identifier lengths) and also a discussion-thread which seemed to come to > a consensus that support for longer SQL identifier should be added, > since it wouldn't break backward-compatibility with DB2 but improve > support for the SQL-standard > . > > > Although this sounds quite promising to me, it seems like there hasn't > been a vote taken until now and nobody is working on it. Is this > correct? Or are there any estimates possible on when a patch will be > available? Or how much work it would be to develop that patch oneself - > given some experience with java but none with Derby or other > java-SQL-databases? The patch already exists, but it doesn't pass the tests cleanly. Some work is needed to ensure the test outputs are correct and re-issue the patch with the changes to the tests. The orignal patch is here: http://nagoya.apache.org/eyebrowse/ReadMsg?listName=derby-dev@db.apache.org&msgNo=1377 and my latest comments on it. http://mail-archives.eu.apache.org/mod_mbox/db-derby-dev/200502.mbox/%3c42026E14.8000007@debrunners.com%3e Dan.