Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 53478 invoked from network); 28 Jun 2005 00:35:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jun 2005 00:35:12 -0000 Received: (qmail 20585 invoked by uid 500); 28 Jun 2005 00:35:04 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 20505 invoked by uid 500); 28 Jun 2005 00:35:02 -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 20431 invoked by uid 99); 28 Jun 2005 00:35:01 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2005 17:35:01 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 3015315 for ; Tue, 28 Jun 2005 02:34:58 +0200 (CEST) Message-ID: <949943370.1119918898194.JavaMail.jira@ajax.apache.org> Date: Tue, 28 Jun 2005 02:34:58 +0200 (CEST) From: "Jean T. Anderson (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-382) Doc Review: Derby Reference Manual In-Reply-To: <2052634881.1119310280555.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-382?page=comments#action_12314573 ] Jean T. Anderson commented on DERBY-382: ---------------------------------------- http://incubator.apache.org/derby/docs/ref/rrefsqlj26498.html Typo in example: stmt.executeUpdate("UPDATE PROJECT SET PRSTAFF = " "PRSTAFF + 1.5" + "WHERE CURRENT OF" + ResultSet.getCursorName()) Change to: stmt.executeUpdate("UPDATE PROJECT SET PRSTAFF = " + "PRSTAFF + 1.5 " + "WHERE CURRENT OF " + ResultSet.getCursorName()); > Doc Review: Derby Reference Manual > ---------------------------------- > > Key: DERBY-382 > URL: http://issues.apache.org/jira/browse/DERBY-382 > Project: Derby > Type: Improvement > Components: Documentation > Environment: all > Reporter: Jeff Levitt > Priority: Minor > Fix For: 10.1.1.0 > > This issue tracks comments for the Derby Reference Manual. The deadline for posting comments is Tuesday, June 28, noon Pacific time. > Some guidelines to follow when posting comments to this issue are: > - Try to make clear and concise comments about what you want changed whenever possible. Provide concrete comments that say "Please change to " instead of generic comments like "This section needs to be rewritten." > - If you're reviewing the HTML Files copy, include the URL for the page in the review comment. Obtain the URL like this: > * highlight the topic in the left frame > * right click > * choose "Properties" > * copy and paste the address in the pop up box. > - If you're reviewing the PDF copy, in the review comment: > * Include the page number for the PDF, and indicate whether the number is the PDF sheet number or the printed page number. > * Include the title of the section that the problem occurs in. If it's in a subsection, try to include the hierarchy of titles. > - Please don't review the HTML Book copy -- it'll be time consuming to match up that copy with the underlying DITA source. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira