From dev-return-21162-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Dec 08 11:13:13 2008 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 34180 invoked from network); 8 Dec 2008 11:13:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2008 11:13:13 -0000 Received: (qmail 78469 invoked by uid 500); 8 Dec 2008 11:13:22 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 78240 invoked by uid 500); 8 Dec 2008 11:13:21 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 78081 invoked by uid 99); 8 Dec 2008 11:13:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2008 03:13:20 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2008 11:13:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 68913234C32F for ; Mon, 8 Dec 2008 03:12:44 -0800 (PST) Message-ID: <825071517.1228734764427.JavaMail.jira@brutus> Date: Mon, 8 Dec 2008 03:12:44 -0800 (PST) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-1836) Persistence: support property databaseType In-Reply-To: <841787123.1224855944240.JavaMail.jira@brutus> 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/JCR-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1836: ------------------------------- Component/s: jackrabbit-core Fix Version/s: 1.6.0 > Persistence: support property databaseType > ------------------------------------------ > > Key: JCR-1836 > URL: https://issues.apache.org/jira/browse/JCR-1836 > Project: Jackrabbit > Issue Type: Improvement > Components: jackrabbit-core > Reporter: Thomas Mueller > Assignee: Thomas Mueller > Priority: Minor > Fix For: 1.6.0 > > Attachments: databaseType.patch > > > In persistence managers and cluster journal the term 'schema' is used to mean 'database type'. > Using the term 'schema' for that is actually quite confusing (in my view): > The definition of schema http://en.wikipedia.org/wiki/Database_schema is "the schema defines the tables, the fields in each table, and the relationships between fields and tables." > Additionally in most databases a schema is is a name space within a database: http://java.sun.com/j2se/1.4.2/docs/api/java/sql/DatabaseMetaData.html#getSchemas() . > I suggest to support the property 'databaseType' in addition to 'schema' for the persistence managers and the cluster journal. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.