Return-Path: X-Original-To: apmail-db-derby-user-archive@www.apache.org Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E5414DBBA for ; Wed, 29 Aug 2012 09:41:54 +0000 (UTC) Received: (qmail 39931 invoked by uid 500); 29 Aug 2012 09:41:54 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 39467 invoked by uid 500); 29 Aug 2012 09:41:48 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 39430 invoked by uid 99); 29 Aug 2012 09:41:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2012 09:41:46 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of david.myers.scibearspace@gmail.com designates 209.85.160.44 as permitted sender) Received: from [209.85.160.44] (HELO mail-pb0-f44.google.com) (209.85.160.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2012 09:41:39 +0000 Received: by pbbrr4 with SMTP id rr4so847240pbb.31 for ; Wed, 29 Aug 2012 02:41:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=IdvegwPAH4wvdANZjOWkGg8Q/A/Kxf3aKeSo4kdlo/s=; b=T6evfyZGiGiYl485sqokS1sQ7fxSTELRKxPxxOCpqPcSflEmV2iWRanxZHNMFXThmk hus85zuqCNlq8Db10w3DScI7DnJKB8sw6an++1ZFhMXWR9o4XDnALBLeH+YlEpGautwq s3eOp/gcIjdUx2+3ddwd64DtjYnfId3PJuHpHyw+StHLiYj7X14fgL2Ib3uX4QHk2BF7 LH4uhGOjs0En8Ayarx8JZ5Ym2cIdN/nNoSrrc6cYFNHiQQkGdaB29CofRNNcAYJKUHqA nNUNU4qv0DVUvpozLvDQF8B6MgP48twrFqDBWY0PF6y7P13Wt2i9kShw8ik/K2rLzg35 rWOQ== MIME-Version: 1.0 Received: by 10.68.125.133 with SMTP id mq5mr3515309pbb.42.1346233277982; Wed, 29 Aug 2012 02:41:17 -0700 (PDT) Received: by 10.66.190.167 with HTTP; Wed, 29 Aug 2012 02:41:17 -0700 (PDT) Date: Wed, 29 Aug 2012 11:41:17 +0200 Message-ID: Subject: Contribute to code, possible enhancements. From: David Myers To: Derby Discussion Content-Type: text/plain; charset=ISO-8859-1 Hello derby discussion, This is my first post, so be gentle ;) I have 2 questions, where do I send 'enhancement requests' for discussion? Where should I begin if I want to get involved in helping development? (particularly to contribute code I have already developed to 'enhance' the user experience - in this instance a key word test, see below). Here is some background.... I've been working on derby DB from the user side for a while, and I have a few 'enhancement requests'. Most notably: A native way to check if a word entered by a user is a derby 'keyword' or not. The databaseMetaData.getSQLKeywords() only returns those that aren't SQL92 keywords. There is a long list of others that can be found in the docs that are also keywords. I've already writen code to implant these values into a table in the DB so as I can check against them, and I would be more than happy to contribute this to the community. So as during install the values are inserted into an appropriate system table Extended characters / escape characters. Prepared statments are fine, but I obviously went for the use of the java / unix '\' as an escape character... to no effect in a normal statement. This caught me on a 'create table' statement on a field with an apostrophe. The field title showed belonging, and without it the meaning of the field was ambiguous. Obviously I would quite like to get involved in developping derby, but I'm not sure how much time i'm going to have, between 4year old twins, and house renovations ! Any advice is most welcome. Thanks in advance