List:Commits« Previous MessageNext Message »
From:mcbrown Date:January 8 2007 11:01am
Subject:svn commit - mysqldoc@docsrva: r4394 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2007-01-08 12:01:41 +0100 (Mon, 08 Jan 2007)
New Revision: 4394

Log:
Re-addressing C/J bugs: Bug #25025, Bug #17240



Modified:
   trunk/refman-common/connector-j.xml
   trunk/refman-common/news-connector-j.xml


Modified: trunk/refman-common/connector-j.xml
===================================================================
--- trunk/refman-common/connector-j.xml	2007-01-08 10:06:41 UTC (rev 4393)
+++ trunk/refman-common/connector-j.xml	2007-01-08 11:01:41 UTC (rev 4394)
Changed blocks: 4, Lines Added: 7, Lines Deleted: 17; 1685 bytes

@@ -2242,7 +2242,7 @@
 
         <listitem>
           <para>
-            PreparedStatement
+            <emphasis role="bold">PreparedStatement</emphasis>
           </para>
 
           <para>

@@ -2278,9 +2278,10 @@
 
             <listitem>
               <para>
-                The driver streams the large data out-of-band to the
-                prepared statement on the server side when the parameter
-                is set (before execution of the prepared statement).
+                During both server-side prepared statements and
+                client-side emulation, large data is exchanged only when
+                <literal>PreparedStatement.execute()</literal> is
+                called.
               </para>
             </listitem>
 

@@ -4619,6 +4620,7 @@
 
       </section>
 
+<!--
       <section id="connector-j-usagenotes-hibernate">
 
         <title>Using Connector/J with Hibernate</title>

@@ -4630,20 +4632,8 @@
           framework.
         </para>
 
-        <itemizedlist>
-
-          <listitem>
-            <para>
-              Within Hibernate, do not enable the
-              <literal>use_sql_comments</literal> option, as this can
-              introduce comments before the real SQL statements that
-              may confuse the parsing mechanism in Connector/J.
-            </para>
-          </listitem>
-
-        </itemizedlist>
-
       </section>
+-->
 
 <!--
       <section id="connector-j-usagenotes-spring-config">


Modified: trunk/refman-common/news-connector-j.xml
===================================================================
--- trunk/refman-common/news-connector-j.xml	2007-01-08 10:06:41 UTC (rev 4393)
+++ trunk/refman-common/news-connector-j.xml	2007-01-08 11:01:41 UTC (rev 4394)
Changed blocks: 2, Lines Added: 33, Lines Deleted: 11; 1716 bytes

@@ -71,6 +71,22 @@
         does not use server-side prepared statements).
       </para>
 
+      <para>
+        Bugs fixed:
+      </para>
+
+      <itemizedlist>
+
+        <listitem>
+          <para>
+            Comments auomatically generated by the Hibernate framework
+            could cause problems in the parser when using batched
+            inserts. (Bug #25025)
+          </para>
+        </listitem>
+
+      </itemizedlist>
+
     </section>
 
     <section id="cj-news-5-0-4">

@@ -226,18 +242,24 @@
 
       </itemizedlist>
 
-<para>Bugs fixed:</para>
+      <para>
+        Bugs fixed:
+      </para>
 
-<itemizedlist>
-  <listitem><para>If the connection to the server has been closed due to a
-    server failure, then the cleanup process will call <literal>
-    Statement.cancel()</literal>, triggering a
-    <literal>NullPointerException</literal>, even though there is no active
-    connection.  (Bug
-    #20650)</para></listitem>
-</itemizedlist>
-      
-      
+      <itemizedlist>
+
+        <listitem>
+          <para>
+            If the connection to the server has been closed due to a
+            server failure, then the cleanup process will call <literal>
+            Statement.cancel()</literal>, triggering a
+            <literal>NullPointerException</literal>, even though there
+            is no active connection. (Bug #20650)
+          </para>
+        </listitem>
+
+      </itemizedlist>
+
     </section>
 
     <section id="cj-news-5-0-2">


Thread
svn commit - mysqldoc@docsrva: r4394 - trunk/refman-commonmcbrown8 Jan