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 dy...@apache.org on 2008/02/12 12:27:04 UTC

svn commit: r620766 - /db/derby/docs/trunk/src/ref/rrefsqlj1083019.dita

Author: dyre
Date: Tue Feb 12 03:26:58 2008
New Revision: 620766

URL: http://svn.apache.org/viewvc?rev=620766&view=rev
Log:
DERBY-2615: Minor errata in page of "Where dynamic parameters are allowed" of reference manual
Patch contributed by Sandeep A
Patch file: DERBY-2615.diff

Modified:
    db/derby/docs/trunk/src/ref/rrefsqlj1083019.dita

Modified: db/derby/docs/trunk/src/ref/rrefsqlj1083019.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefsqlj1083019.dita?rev=620766&r1=620765&r2=620766&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefsqlj1083019.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefsqlj1083019.dita Tue Feb 12 03:26:58 2008
@@ -27,10 +27,10 @@
 third operands is not also a dynamic parameter. The type of the first operand
 is assumed to be the type of the non-dynamic parameter, or the union result
 of their types if both are not dynamic parameters.   <codeblock><b>WHERE ? BETWEEN DATE('1996-01-01') AND ?
-<ph>-- types assumed to be DATES</ph></b></codeblock></li>
+<ph>-- types assumed to be DATE</ph></b></codeblock></li>
 <li>Use as the second or third operand of BETWEEN is allowed. Type is assumed
 to be the type of the left operand.   <codeblock><b>WHERE DATE('1996-01-01') BETWEEN ? AND ?
-<ph>-- types assumed to be DATES</ph></b></codeblock></li>
+<ph>-- types assumed to be DATE</ph></b></codeblock></li>
 <li id="sqlj30695">Use as the left operand of an IN list is allowed if at
 least one item in the list is not itself a dynamic parameter. Type for the
 left operand is assumed to be the union result of the types of the non-dynamic