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 2006/12/07 17:22:54 UTC

svn commit: r483521 - /db/derby/code/branches/10.2/RELEASE-NOTES.html

Author: rhillegas
Date: Thu Dec  7 08:22:54 2006
New Revision: 483521

URL: http://svn.apache.org/viewvc?view=rev&rev=483521
Log:
DERBY-2129: Add a couple more bug fixes to the release notes. These were ported to the 10.2 branch in the last week: DERBY-1231, DERBY-2131, DERBY-1204.

Modified:
    db/derby/code/branches/10.2/RELEASE-NOTES.html

Modified: db/derby/code/branches/10.2/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/RELEASE-NOTES.html?view=diff&rev=483521&r1=483520&r2=483521
==============================================================================
--- db/derby/code/branches/10.2/RELEASE-NOTES.html (original)
+++ db/derby/code/branches/10.2/RELEASE-NOTES.html Thu Dec  7 08:22:54 2006
@@ -114,6 +114,14 @@
       <TD>  Derby fails inserting a join into a table with a generated column</TD>
     </TR>
     <TR>
+      <TD><a href="http://issues.apache.org/jira/browse/DERBY-1204">DERBY-1204</a></TD>
+      <TD>  CREATE TRIGGER with an INSERT action statement with multiple rows and a referenced column throws a StringIndexOutOfBoundsException</TD>
+    </TR>
+    <TR>
+      <TD><a href="http://issues.apache.org/jira/browse/DERBY-1231">DERBY-1231</a></TD>
+      <TD>  LIKE does not match empty strings when used with a prepared statement</TD>
+    </TR>
+    <TR>
       <TD><a href="http://issues.apache.org/jira/browse/DERBY-1495">DERBY-1495</a></TD>
       <TD> Attempt to modify an identity column error after resetting identity column</TD>
     </TR>
@@ -172,6 +180,10 @@
     <TR>
       <TD><a href="http://issues.apache.org/jira/browse/DERBY-2084">DERBY-2084</a></TD>
       <TD>  getTransactionIsolation() in network client should not activate a transaction</TD>
+    </TR>
+     <TR>
+      <TD><a href="http://issues.apache.org/jira/browse/DERBY-2131">DERBY-2131</a></TD>
+      <TD>  External DTD files are accessed without a privileged block when Derby parses XML values that reference such DTDs.</TD>
     </TR>
   </TBODY>
 </TABLE>