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 rh...@apache.org on 2014/06/16 17:28:43 UTC

svn commit: r1602898 - /db/derby/code/trunk/releaseSummary.xml

Author: rhillegas
Date: Mon Jun 16 15:28:42 2014
New Revision: 1602898

URL: http://svn.apache.org/r1602898
Log:
DERBY-6588: Add SQL Standard feature number for WHEN clause in trigger to 10.11.1 release summary; commit derby-6588-04-aa-addFeatureNumberForWHENclause.diff.

Modified:
    db/derby/code/trunk/releaseSummary.xml

Modified: db/derby/code/trunk/releaseSummary.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/releaseSummary.xml?rev=1602898&r1=1602897&r2=1602898&view=diff
==============================================================================
--- db/derby/code/trunk/releaseSummary.xml (original)
+++ db/derby/code/trunk/releaseSummary.xml Mon Jun 16 15:28:42 2014
@@ -112,7 +112,7 @@ This is a feature release. The following
 
 <li><b>Deferrable constraints</b> - Constraint enforcement can now be deferred, typically to the end of a transaction. See the section on "constraintCharacteristics" in the Derby Reference Manual. See also features F721 and F492 of the SQL Standard.</li>
 
-<li><b>WHEN clause in CREATE TRIGGER</b> - An optional WHEN clause has been added which determines which rows fire a trigger. See the section on this clause in the Derby Reference Manual.</li>
+<li><b>WHEN clause in CREATE TRIGGER</b> - An optional WHEN clause has been added which determines which rows fire a trigger. See the section on this clause in the Derby Reference Manual. See also feature T211-05 of the SQL Standard.</li>
 
 <li><b>Rolling log file</b> - The Derby diagnostic log can now be split across a sequence of files. See the section on the derby.stream.error.style property in the Derby Reference Manual.</li>