List:Commits« Previous MessageNext Message »
From:mcbrown Date:February 27 2007 2:31pm
Subject:svn commit - mysqldoc@docsrva: r5084 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2007-02-27 15:31:53 +0100 (Tue, 27 Feb 2007)
New Revision: 5084

Log:
Restructuring some elements as features/functionality changes



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


Modified: trunk/refman-common/news-connector-j.xml
===================================================================
--- trunk/refman-common/news-connector-j.xml	2007-02-27 14:27:15 UTC (rev 5083)
+++ trunk/refman-common/news-connector-j.xml	2007-02-27 14:31:53 UTC (rev 5084)
Changed blocks: 6, Lines Added: 49, Lines Deleted: 49; 5100 bytes

@@ -79,6 +79,52 @@
           </para>
         </listitem>
 
+        <listitem>
+          <para>
+            Improved speed of <literal>datetime</literal> parsing for
+            ResultSets that come from plain or non-server-side prepared
+            statements. You can enable old implementation with
+            <literal>useFastDateParsing=false</literal> as a
+            configuration parameter.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Added configuration property
+            <literal>localSocketAddress</literal>,which is the hostname
+            or IP address given to explicitly configure the interface
+            that the driver will bind the client side of the TCP/IP
+            connection to when connecting.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            The <literal>rewriteBatchedStatements</literal> feature can
+            now be used with server-side prepared statements.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            We've added a new configuration option
+            "treatUtilDateAsTimestamp", which is false by default, as
+            (1) We already had specific behavior to treat java.util.Date
+            as a java.sql.Timestamp because it's useful to many folks,
+            and (2) that behavior will very likely be required for
+            drivers JDBC-post-4.0.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Fixed logging of XA commands sent to server, it's now
+            configurable via <literal>logXaCommands</literal> property
+            (defaults to <literal>false</literal>).
+          </para>
+        </listitem>
+
       </itemizedlist>
 
       <para>

@@ -211,9 +257,9 @@
             Fixed issue where field-level for metadata from
             <literal>DatabaseMetaData</literal> when using
             <literal>INFORMATION_SCHEMA</literal> didn't have references
-            to current connections, sometimes leading to
-            Null Pointer Exceptions (NPEs) when introspecting
-            them via <literal>ResultSetMetaData</literal>.
+            to current connections, sometimes leading to Null Pointer
+            Exceptions (NPEs) when introspecting them via
+            <literal>ResultSetMetaData</literal>.
           </para>
         </listitem>
 

@@ -402,16 +448,6 @@
 
         <listitem>
           <para>
-            Improved speed of <literal>datetime</literal> parsing for
-            ResultSets that come from plain or non-server-side prepared
-            statements. (Enable old implementation with
-            <literal>useFastDateParsing=false</literal> as a
-            configuration parameter).
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
             When using cached metadata, skip field-level metadata
             packets coming from the server, rather than reading them and
             discarding them without creating

@@ -429,16 +465,6 @@
 
         <listitem>
           <para>
-            Added configuration property
-            <literal>localSocketAddress</literal>,which is the hostname
-            or IP address given to explicitly configure the interface
-            that the driver will bind the client side of the TCP/IP
-            connection to when connecting.
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
             Take <literal>localSocketAddress</literal> property into
             account when creating instances of
             <literal>CommunicationsException</literal> when the

@@ -459,24 +485,6 @@
 
         <listitem>
           <para>
-            The <literal>rewriteBatchedStatements</literal> feature can
-            now be used with server-side prepared statements.
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
-            We've added a new configuration option
-            "treatUtilDateAsTimestamp", which is false by default, as
-            (1) We already had specific behavior to treat java.util.Date
-            as a java.sql.Timestamp because it's useful to many folks,
-            and (2) that behavior will very likely be required for
-            drivers JDBC-post-4.0.
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
             When extracting foreign key information from <literal>SHOW
             CREATE TABLE</literal> in
             <literal>DatabaseMetaData</literal>, ignore exceptions

@@ -486,14 +494,6 @@
           </para>
         </listitem>
 
-        <listitem>
-          <para>
-            Fixed logging of XA commands sent to server, it's now
-            configurable via <literal>logXaCommands</literal> property
-            (defaults to <literal>false</literal>).
-          </para>
-        </listitem>
-
       </itemizedlist>
 
     </section>


Thread
svn commit - mysqldoc@docsrva: r5084 - trunk/refman-commonmcbrown27 Feb