Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 76875 invoked from network); 9 Apr 2010 07:28:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Apr 2010 07:28:15 -0000 Received: (qmail 763 invoked by uid 500); 9 Apr 2010 07:28:15 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 689 invoked by uid 500); 9 Apr 2010 07:28:13 -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 682 invoked by uid 99); 9 Apr 2010 07:28:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Apr 2010 07:28:13 +0000 X-ASF-Spam-Status: No, hits=-1254.2 required=10.0 tests=ALL_TRUSTED,AWL 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; Fri, 09 Apr 2010 07:28:12 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 37B96234C48D for ; Fri, 9 Apr 2010 07:27:52 +0000 (UTC) Message-ID: <1550630585.3021270798072226.JavaMail.jira@brutus.apache.org> Date: Fri, 9 Apr 2010 07:27:52 +0000 (UTC) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4591) Documentation needed for global case-insensitive setting (DERBY-1748) In-Reply-To: <1817640107.342761268923227296.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-4591?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1285= 5305#action_12855305 ]=20 Knut Anders Hatlen commented on DERBY-4591: ------------------------------------------- Hi Kim, The docs look good. Thanks for writing them! I've got a couple of ideas for some minor improvements: 1) Reference manual: In the list of valid attribute values, I think it woul= d be good to add one sentence explaining the typical meaning of the differe= nt strengths. For example: - PRIMARY typically means that only differences in the base letter are con= sidered significant, case and accents are not considered significant. - SECONDARY typically means that case differences are not considered signi= ficant, whereas differences in base letters or accents are significant. - TERTIARY typically means that differences in the base letter, accents or= case are all considered significant. - IDENTICAL means that all differences are considered significant. 2) tdevdvlpcollation: The "'a' with grave" part could be written as "'=C3= =A0' ('a' with grave)" for clarity. (The escape sequence for "=C3=A0" is "&= #224;", if you would like to avoid non-ascii characters in the source file,= although it should be fine to type the character directly and save as UTF-= 8, see the declaration of encoding in the header.) Otherwise, the changes look great. > Documentation needed for global case-insensitive setting (DERBY-1748) > --------------------------------------------------------------------- > > Key: DERBY-4591 > URL: https://issues.apache.org/jira/browse/DERBY-4591 > Project: Derby > Issue Type: Task > Components: Documentation > Affects Versions: 10.6.0.0 > Reporter: Kim Haase > Assignee: Kim Haase > Priority: Minor > Fix For: 10.6.0.0 > > Attachments: DERBY-4591.diff, DERBY-4591.diff, DERBY-4591.stat, D= ERBY-4591.zip, DERBY-4591.zip > > > The new feature implemented by DERBY-1748 needs to be documented. It appe= ars that the following topics will need to be changed, at least: > Reference Manual: collation=3Dcollation attribute > Developer's Guide: "Creating a database with territory-based collation", = "Character-based collation in Derby".=20 > It's pretty hard to tell from all the discussion under DERBY-1748 exactly= what has changed and what the new feature does, so a functional spec for t= hat issue that describes the new feature clearly would be very helpful. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.