You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by tm...@apache.org on 2007/05/04 18:17:38 UTC

svn commit: r535313 - in /db/derby/docs/trunk/src/ref: rrefsqlj13733.dita rrefsqlj41207.dita

Author: tmnk
Date: Fri May  4 09:17:37 2007
New Revision: 535313

URL: http://svn.apache.org/viewvc?view=rev&rev=535313
Log:
DERBY-2603 Minor erratum in page of VARCHAR in Derby Reference manual - Patch by Tomohito Nakayama (tomonaka@basil.ocn.ne.jp)

Modified:
    db/derby/docs/trunk/src/ref/rrefsqlj13733.dita
    db/derby/docs/trunk/src/ref/rrefsqlj41207.dita

Modified: db/derby/docs/trunk/src/ref/rrefsqlj13733.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefsqlj13733.dita?view=diff&rev=535313&r1=535312&r2=535313
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefsqlj13733.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefsqlj13733.dita Fri May  4 09:17:37 2007
@@ -32,7 +32,7 @@
 conref="../conrefs.dita#prod/productshortname"></ph> inserts spaces to pad
 a string value shorter than the expected length. <ph conref="../conrefs.dita#prod/productshortname"></ph> truncates
 spaces from a string value longer than the expected length. Characters other
-than spaces cause an exception to be raised. When binary comparison operators
+than spaces cause an exception to be raised. When <xref href="rrefsqlj23075.dita#rrefsqlj23075">comparison boolean operators</xref>
 are applied to CHARs, the shorter string is padded with spaces to the length
 of the longer string.</p> <p>When CHARs and VARCHARs are mixed in expressions,
 the shorter value is padded with spaces to the length of the longer value.</p> <p>The

Modified: db/derby/docs/trunk/src/ref/rrefsqlj41207.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefsqlj41207.dita?view=diff&rev=535313&r1=535312&r2=535313
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefsqlj41207.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefsqlj41207.dita Fri May  4 09:17:37 2007
@@ -35,7 +35,7 @@
 value whose length is less than specified. <ph conref="../conrefs.dita#prod/productshortname"></ph> truncates
 spaces from a string value when a length greater than the VARCHAR expected
 is provided. Characters other than spaces are not truncated, and instead cause
-an exception to be raised. When binary comparison operators are applied to
+an exception to be raised. When <xref href="rrefsqlj23075.dita#rrefsqlj23075">comparison boolean operators</xref> are applied to
 VARCHARs, the lengths of the operands are not altered, and spaces at the end
 of the values are ignored.</p> <p>When CHARs and VARCHARs are mixed in expressions,
 the shorter value is padded with spaces to the length of the longer value.</p> <p>The