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 ka...@apache.org on 2011/06/11 17:23:27 UTC

svn propchange: r498842 - svn:log

Author: kahatlen
Revision: 498842
Modified property: svn:log

Modified: svn:log at Sat Jun 11 15:23:27 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Jun 11 15:23:27 2011
@@ -1,5 +1,5 @@
 DERBY-2228 Fix ij's util class to make correct determination if running on J2SE or JSR 169.
 Also set DECIMAL parameter in PreparedStatement using setString and retry using setLong if
-a conversion error occurs. This fixes the NullPointerExcecption seen in DEBRY-680. Previously
+a conversion error occurs. This fixes the NullPointerExcecption seen in DERBY-680. Previously
 the code was using the ResultSetMetaData which was incorrect, as it has no relationship
 to the types of the parameters.