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/09/24 00:06:19 UTC

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

Author: rhillegas
Date: Sat Sep 23 15:06:18 2006
New Revision: 449316

URL: http://svn.apache.org/viewvc?view=rev&rev=449316
Log:
DERBY-1860: Add bug fix note for DERBY-1177.

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=449316&r1=449315&r2=449316
==============================================================================
--- db/derby/code/branches/10.2/RELEASE-NOTES.html (original)
+++ db/derby/code/branches/10.2/RELEASE-NOTES.html Sat Sep 23 15:06:18 2006
@@ -685,6 +685,10 @@
       <TD> incorrect error message in updateRow() after a commit on a held scroll insensitive resultset</TD>
     </TR>
     <TR>
+      <TD><a href="http://issues.apache.org/jira/browse/DERBY-1177">DERBY-1177</a></TD>
+      <TD> updateObject with null as argument causes network driver to fail with NullPointerException</TD>
+    </TR>
+    <TR>
       <TD><a href="http://issues.apache.org/jira/browse/DERBY-1183">DERBY-1183</a></TD>
       <TD> Client java.sql.ResultSet.getCursorName() does not return the correct cursor name for Statements after the first execution</TD>
     </TR>