From dev-return-8594-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Tue Jul 08 12:41:34 2008 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 59822 invoked from network); 8 Jul 2008 12:41:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jul 2008 12:41:30 -0000 Received: (qmail 69301 invoked by uid 500); 8 Jul 2008 12:41:28 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 69243 invoked by uid 500); 8 Jul 2008 12:41:28 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 69129 invoked by uid 99); 8 Jul 2008 12:41:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 05:41:27 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jul 2008 12:40:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8ACCD234C159 for ; Tue, 8 Jul 2008 05:40:31 -0700 (PDT) Message-ID: <202847595.1215520831567.JavaMail.jira@brutus> Date: Tue, 8 Jul 2008 05:40:31 -0700 (PDT) From: "David Ezzio (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-654) Missing dictionary properties in OpenJPA docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Missing dictionary properties in OpenJPA docs --------------------------------------------- Key: OPENJPA-654 URL: https://issues.apache.org/jira/browse/OPENJPA-654 Project: OpenJPA Issue Type: Bug Components: docs Affects Versions: 1.1.0 Reporter: David Ezzio The following properties are found in DBDictionary.java, but are not (unlike most) documented in the User's Guide, section "4.4.1. DBDictionary Properties": allowsAliasInBulkClause batchLimit bitLengthFunction booleanTypeName castFunction closePoolSQL concatenateDelimiter concatenateFunction currentDateFunction currentTimeFunction currentTimestampFunction datePrecision dropTableSQL fixedSizeTypeNames getStringVal inClauseLimit maxEmbeddedBlobSize maxEmbeddedClobSize platform rangePosition requiresCastForComparisons requiresCastForMathFunctions requiresTargetForDelete searchStringEscape sequenceNameSQL sequenceSQL sequenceSchemaSQL supportsAutoAssign supportsCascadeUpdateAction supportsComments supportsCorrelatedSubselect supportsDefaultUpdateAction supportsModOperator supportsNullUpdateAction supportsRestrictUpdateAction supportsXMLColumn trimBothFunction trimLeadingFunction trimTrailingFunction xmlTypeName -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.