List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:July 16 2009 10:35am
Subject:svn commit - mysqldoc@docsrva: r15712 - trunk/dynamic-docs/changelog
View as plain text  
Author: tbedford
Date: 2009-07-16 12:35:09 +0200 (Thu, 16 Jul 2009)
New Revision: 15712

Log:
Added entry for dev bug #41448

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


Modified: trunk/dynamic-docs/changelog/connector-j.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-j.xml	2009-07-16 10:10:54 UTC (rev 15711)
+++ trunk/dynamic-docs/changelog/connector-j.xml	2009-07-16 10:35:09 UTC (rev 15712)
Changed blocks: 2, Lines Added: 31, Lines Deleted: 7; 1922 bytes

@@ -5,6 +5,31 @@
   <logentry entrytype="bug">
 
     <bugs>
+      <fixes bugid="41448"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.8"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The <literal>RETURN_GENERATED_KEYS</literal> flag was being
+        ignored. For example, in the following code the
+        <literal>RETURN_GENERATED_KEYS</literal> flag was ignored:
+      </para>
+
+<programlisting>PreparedStatement ps = connection.prepareStatement("INSERT INTO table
+  values(?,?)",PreparedStatement.RETURN_GENERATED_KEYS);</programlisting>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
       <fixes bugid="38387"/>
     </bugs>
 

@@ -12140,13 +12165,12 @@
     <message>
 
       <para>
-        A continuation of Bug#8868, where functions used in queries
-        that should return nonstring types when resolved by temporary
-        tables suddenly become opaque binary strings (work-around for
-        server limitation). Also fixed fields with type of
-        <literal>CHAR(n) CHARACTER SET BINARY</literal> to return
-        correct/matching classes for
-        <literal>RSMD.getColumnClassName()</literal> and
+        A continuation of Bug#8868, where functions used in queries that
+        should return nonstring types when resolved by temporary tables
+        suddenly become opaque binary strings (work-around for server
+        limitation). Also fixed fields with type of <literal>CHAR(n)
+        CHARACTER SET BINARY</literal> to return correct/matching
+        classes for <literal>RSMD.getColumnClassName()</literal> and
         <literal>ResultSet.getObject()</literal>.
       </para>
 


Thread
svn commit - mysqldoc@docsrva: r15712 - trunk/dynamic-docs/changeloganthony.bedford16 Jul