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 ch...@apache.org on 2014/06/10 20:42:32 UTC

svn commit: r1601735 - /db/derby/docs/trunk/src/ref/rrefsqljwhenclause.dita

Author: chaase3
Date: Tue Jun 10 18:42:32 2014
New Revision: 1601735

URL: http://svn.apache.org/r1601735
Log:
DERBY-6390  src/ref/rrefsqljmerge.dita.orig

Modified a Reference Manual topic to include upgrade information.

Patch: DERBY-6390-upgrade.diff

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

Modified: db/derby/docs/trunk/src/ref/rrefsqljwhenclause.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefsqljwhenclause.dita?rev=1601735&r1=1601734&r2=1601735&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefsqljwhenclause.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefsqljwhenclause.dita Tue Jun 10 18:42:32 2014
@@ -44,6 +44,12 @@ evaluates to TRUE. If it evaluates to FA
 clause can be referenced from the WHEN clause.</p>
 <p>The restrictions listed for the <i>triggeredSQLStatement</i>
 in the CREATE TRIGGER statement also apply to the WHEN clause.</p>
+<note>The use of a WHEN clause in a CREATE TRIGGER statement is valid only after
+a database has been fully upgraded to
+<ph conref="../conrefs.dita#prod/productshortname"></ph> Release 10.11 or
+higher. (See "Upgrading a database" in the
+<ph conref="../conrefs.dita#pub/citdevelop"></ph> for more information.) This
+clause has no meaning in a database that is at Release 10.10 or lower.</note>
 </section>
 <example><title>Example</title>
 <codeblock><b>CREATE TRIGGER FLIGHTSUPDATE