List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:July 7 2008 10:35am
Subject:svn commit - mysqldoc@docsrva: r11081 - trunk/dynamic-docs/changelog
View as plain text  
Author: tbedford
Date: 2008-07-07 12:35:20 +0200 (Mon, 07 Jul 2008)
New Revision: 11081

Log:
Fixing C/J Bugs:
#35199



Modified:
   trunk/dynamic-docs/changelog/connector-j.xml


Modified: trunk/dynamic-docs/changelog/connector-j.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-j.xml	2008-07-07 10:13:31 UTC (rev 11080)
+++ trunk/dynamic-docs/changelog/connector-j.xml	2008-07-07 10:35:20 UTC (rev 11081)
Changed blocks: 1, Lines Added: 25, Lines Deleted: 0; 938 bytes

@@ -5,6 +5,31 @@
   <logentry entrytype="bug">
 
     <bugs>
+      <fixes bugid="35199"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        In calling a stored function returning a
+        <literal>bigint</literal>, an exception is encountered
+        beginning:
+<programlisting>java.sql.SQLException: java.lang.NumberFormatException: For input string:</programlisting>
+        followed by the text of the stored function starting after the
+        argument list.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
       <fixes bugid="35810"/>
     </bugs>
 


Thread
svn commit - mysqldoc@docsrva: r11081 - trunk/dynamic-docs/changeloganthony.bedford7 Jul