List:Internals« Previous MessageNext Message »
From:stefan Date:August 23 2005 5:15pm
Subject:bk commit - mysqldoc@docsrva tree (stefan:1.3369)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of stefan. When stefan does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.3369 05/08/23 19:14:58 stefan@stripped +3 -0
  connector-net.xml:
    Renamed changelog file for consistency
  news-connector-net.xml:
    Rename: refman-common/connector-net-changelog.xml -> refman-common/news-connector-net.xml
  .del-news-connector-net.xml~ac2d7216b087ebed:
    Delete: refman-common/news-connector-net.xml
  connector-net.xml:
    Changelog moved; rework xi:include
  connector-net-changelog.xml:
    new file
    Rename: Docs/connector-net/changelog.xml -> refman/connector-net-changelog.xml

  refman/connector-net.xml
    1.20 05/08/23 19:14:31 stefan@stripped +1 -1
    Renamed changelog file for consistency

  refman-common/news-connector-net.xml
    1.2 05/08/23 19:13:56 stefan@stripped +0 -0
    Rename: refman-common/connector-net-changelog.xml -> refman-common/news-connector-net.xml

  BitKeeper/deleted/.del-news-connector-net.xml~ac2d7216b087ebed
    1.17 05/08/23 19:13:31 stefan@stripped +0 -0
    Delete: refman-common/news-connector-net.xml

  refman/connector-net.xml
    1.19 05/08/23 19:12:08 stefan@stripped +1 -1
    Changelog moved; rework xi:include

  refman-common/connector-net-changelog.xml
    1.1 05/08/23 19:11:52 stefan@stripped +2770 -0

  refman-common/connector-net-changelog.xml
    1.0 05/08/23 19:11:52 stefan@stripped +0 -0
    BitKeeper file /home/stefan/bk/mysqldoc/refman-common/connector-net-changelog.xml

  refman/connector-net-changelog.xml
    1.16 05/08/23 18:54:12 stefan@stripped +0 -0
    Rename: Docs/connector-net/changelog.xml -> refman/connector-net-changelog.xml

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	stefan
# Host:	apollon.site
# Root:	/home/stefan/bk/mysqldoc

--- 1.18/refman/connector-net.xml	2005-08-23 19:09:49 +02:00
+++ 1.20/refman/connector-net.xml	2005-08-23 19:14:31 +02:00
@@ -3310,7 +3310,7 @@
 
 <!-- INCLUDE CHANGELOG -->
 
- <xi:include href="connector-net-changelog.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="refman-common/news-connector-net.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 
 <!-- END CHANGELOG -->
 
--- New file ---
+++ refman-common/news-connector-net.xml	05/08/23 19:11:52
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
                      "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
    <!ENTITY % fixedchars.entities    SYSTEM "refman-common/fixedchars.ent">
    %fixedchars.entities;
    <!ENTITY % title.entities         SYSTEM "refman-common/titles.ent">
    %title.entities;
    <!ENTITY connector_net "MySQL Connector/NET">
]>

<section id="connector-net-news">

  <title>&connector_net; Change History</title>

  <section id="connector-net-news-2.0.0">

    <title>Version 2.0.0</title>

    <itemizedlist>

      <listitem>
        <para>
          Fixed an exception when trying to use a stored procedure when
          Connection.Database is not populated. (Bug #11450)
        </para>
      </listitem>

      <listitem>
        <para>
          Certain malformed queries will trigger a "Connection must be
          valid and open" error message. (Bug #11490)
        </para>
      </listitem>

    </itemizedlist>

  </section>

<!-- END 2.0.0 -->

  <section id="connector-net-news-1.0.5">

    <title>Version 1.0.5</title>

    <itemizedlist>

      <listitem>
        <para>
          With multiple hosts in the connection string, &connector_net;
          would not connect to the last host in the list. (Bug #12628)
        </para>
      </listitem>

      <listitem>
        <para>
          &connector_net; interpreted the new decimal data type as a byte
          array. (Bug #11294)
        </para>
      </listitem>

      <listitem>
        <para>
          The <literal>cp1250</literal> character set was not supported.
          (Bug #11621)
        </para>
      </listitem>

      <listitem>
        <para>
          Connection could fail when .NET thread pool had no available
          worker threads. (Bug #10637)
        </para>
      </listitem>

      <listitem>
        <para>
          Decimal parameters caused syntax errors. (Bug #11550, Bug
          #10486, Bug #10152)
        </para>
      </listitem>

      <listitem>
        <para>
          Call to stored procedure causes exception if stored procedure
          has no parameters. (Bug #11542)
        </para>
      </listitem>

      <listitem>
        <para>
          Certain malformed queries will trigger a "Connection must be
          valid and open" error message. (Bug #11490)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed a bug where the <literal>MySqlCommandBuilder</literal>
          class could not handle queries that references tables in a
          database other than the default database. (Bug #8382)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed a bug where &connector_net; could not work properly with
          certain regional settings. (WL#8228)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed an exception when trying to use a stored procedure when
          Connection.Database is not populated. (Bug #11450)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed an exception when trying to read a
          <literal>TIMESTAMP</literal> column. (Bug #7951)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed error where parameters not recognised when separated by
          linefeeds.
          (<ulink url="http://bugs.mysql.com/bug.php?id=9722">Bug
          #9722</ulink>)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed error when MySqlConnection.clone is called and a
          connection string had not yet been set on the original
          connection.
          (<ulink url="http://bugs.mysql.com/bug.php?id=10281">Bug
          #10281</ulink>)
        </para>
      </listitem>

      <listitem>
        <para>
          Added support to call a stored function from Connector/NET.
          (<ulink url="http://bugs.mysql.com/bug.php?id=10644">Bug
          #10644</ulink>)
        </para>
      </listitem>

    </itemizedlist>

  </section>

  <section id="connector-net-news-1.0.4">

    <title>Version 1.0.4 1-20-05</title>

    <itemizedlist>

      <listitem>
        <para>
          Bug #7243 calling prepare causing exception [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed another small problem with prepared statements
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #7258 MySqlCommand.Connection returns an IDbConnection
          [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #7345 MySqlAdapter.Fill method throws Error message :
          Non-negative number required [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #7478 Clone method bug in MySqlCommand [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #7612 MySqlDataReader.GetString(index) returns non-Null
          value when field is Null [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #7755 MySqlReader.GetInt32 throws exception if column is
          unsigned [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #7704 GetBytes is working no more [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #7724 Quote character \222 not quoted in EscapeString
          [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem that causes named pipes to not work with some
          blob functionality
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem with shared memory connections
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #7436 Problem with Multiple resultsets... [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Added or filled out several more topics in the API reference
          documentation
        </para>
      </listitem>

    </itemizedlist>

  </section>

<!-- END 1.0.4 -->

  <section id="connector-net-news-1.0.3">

    <title>Version 1.0.3-gamma 12-10-04</title>

    <itemizedlist>

      <listitem>
        <para>
          Made MySQL the default named pipe name
        </para>
      </listitem>

      <listitem>
        <para>
          Now SHOW COLLATION is used upon connection to retrieve the
          full list of charset ids
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Invalid character set index: 200 (Bug #6547)
        </para>
      </listitem>

      <listitem>
        <para>
          Installer now includes options to install into GAC and create
          Start Menu items
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #6863 - Int64 Support in MySqlCommand Parameters [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Connections now do not have to give a database on the
          connection string
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #6770 - MySqlDataReader.GetChar(int i) throws
          IndexOutOfRange Exception [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem where multiple resultsets having different
          numbers of columns would cause a problem
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #6983 Exception stack trace lost when re-throwing
          exceptions [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed major problem with detecting null values when using
          prepared statements
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #6902 Errors in parsing stored procedure parameters
          [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #6668 Integer "out" parameter from stored procedure
          returned as string [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #7032 MySqlDateTime in Datatables sorting by Text, not
          Date. [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #7133 Invalid query string when using inout parameters
          [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #6831 Test suite fails with MySQL 4.0 because of case
          sensitivity of table names [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #7132 Inserting DateTime causes
          System.InvalidCastException to be thrown [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #6879 InvalidCast when using DATE_ADD-function [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Bug #6634 An Open Connection has been Closed by the Host
          System [fixed]
        </para>
      </listitem>

      <listitem>
        <para>
          Added ServerThread property to MySqlConnection to expose
          server thread id
        </para>
      </listitem>

      <listitem>
        <para>
          Added Ping method to MySqlConnection
        </para>
      </listitem>

      <listitem>
        <para>
          Changed the name of the test suite to MySql.Data.Tests.dll
        </para>
      </listitem>

    </itemizedlist>

  </section>

<!-- END 1.0.3 -->

  <section id="connector-net-news-1.0.2">

    <title>Version 1.0.2-gamma 04-11-15</title>

    <itemizedlist>

      <listitem>
        <para>
          Fixed problem with MySqlBinary where string values could not
          be used to update extended text columns
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Installation directory ignored using custom installation
          (Bug #6329)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem where setting command text leaves the command in
          a prepared state
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed double type handling in MySqlParameter(string
          parameterName, object value) (Bug #6428)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Zero date "0000-00-00" is returned wrong when filling
          Dataset (Bug #6429)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem where calling stored procedures might cause an
          "Illegal mix of collations" problem.
        </para>
      </listitem>

      <listitem>
        <para>
          Added charset connection string option
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed #HY000 Illegal mix of collations
          (latin1_swedish_ci,IMPLICIT) and (utf8_general_ (Bug #6322)
        </para>
      </listitem>

      <listitem>
        <para>
          Added the TableEditor CS and VB sample
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Charset-map for UCS-2 (Bug #6541)
        </para>
      </listitem>

      <listitem>
        <para>
          Updated the installer to include the new samples
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Long inserts take very long time (Bu #5453)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Objects not being disposed (Bug #6649)
        </para>
      </listitem>

      <listitem>
        <para>
          Provider is now using character set specified by server as
          default
        </para>
      </listitem>

    </itemizedlist>

  </section>

<!-- END 1.0.2-gamma -->

  <section id="connector-net-news-1.0.1">

    <title>Version 1.0.1-beta2 04-10-27</title>

    <itemizedlist>

      <listitem>
        <para>
          Fixed BUG #5602 Possible bug in MySqlParameter(string, object)
          constructor
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed BUG #5458 Calling GetChars on a longtext column throws
          an exception
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed BUG #5474 cannot run a stored procedure populating
          mysqlcommand.parameters
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed BUG #5469 Setting DbType throws NullReferenceException
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem where connector was not issuing a CMD_QUIT
          before closing the socket
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed BUG #5392 MySqlCommand sees "?" as parameters in string
          literals
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem with ConnectionInternal where a key might be
          added more than once
        </para>
      </listitem>

      <listitem>
        <para>
          CP1252 is now used for Latin1 only when the server is 4.1.2
          and later
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed BUG #5388 DataReader reports all rows as NULL if one row
          is NULL
        </para>
      </listitem>

      <listitem>
        <para>
          Virtualized driver subsystem so future releases could easily
          support client or embedded server support
        </para>
      </listitem>

      <listitem>
        <para>
          Field buffers being reused to decrease memory allocations and
          increase speed
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem where using old syntax while using the
          interfaces caused problems
        </para>
      </listitem>

      <listitem>
        <para>
          Using PacketWriter instead of Packet for writing to streams
        </para>
      </listitem>

      <listitem>
        <para>
          Refactored compression code into CompressedStream to clean up
          NativeDriver
        </para>
      </listitem>

      <listitem>
        <para>
          Added test case for resetting the command text on a prepared
          command
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem where MySqlParameterCollection.Add() would throw
          unclear exception when given a null value (Bug #5621)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed construtor initialize problems in MySqlCommand() (Bug
          #5613)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Parsing the ';' char (Bug #5876)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed missing Reference in DbType setter (Bug #5897)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed System.OverflowException when using YEAR datatype (Bug
          #6036)
        </para>
      </listitem>

      <listitem>
        <para>
          Added Aggregate function test (wasn't really a bug)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed serializing of floating point parameters (double,
          numeric, single, decimal) (Bug #5900)
        </para>
      </listitem>

      <listitem>
        <para>
          IsNullable error (Bug #5796)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem where connection lifetime on the connect string
          was not being respected
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem where Min Pool Size was not being respected
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed MySqlDataReader and 'show tables from ...' behaviour
          (Bug #5256)
        </para>
      </listitem>

      <listitem>
        <para>
          Implemented SequentialAccess
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed MySqlDateTime sets IsZero property on all subseq.records
          after first zero found (Bug #6006)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Can't display Chinese correctly (Bug #5288)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Russian character support as well
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Method TokenizeSql() uses only a limited set of valid
          characters for parameters (Bug #6217)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed NET Connector source missing resx files (Bug #6216)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed DBNull Values causing problems with retrieving/updating
          queries. (Bug #5798)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Yet Another "object reference not set to an instance of
          an object" (Bug #5496)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem in PacketReader where it could try to allocate
          the wrong buffer size in EnsureCapacity
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed GetBoolean returns wrong values (Bug #6227)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed IndexOutOfBounds when reading BLOB with DataReader with
          GetString(index) (Bug #6230)
        </para>
      </listitem>

    </itemizedlist>

  </section>

<!-- END 1.0.1 -->

  <section id="connector-net-news-1.0.0">

    <title>Version 1.0.0 04-09-01</title>

    <itemizedlist>

      <listitem>
        <para>
          Fixed BUG# 3889 Thai encoding not correctly supported
        </para>
      </listitem>

      <listitem>
        <para>
          Updated many of the test cases
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem with using compression
        </para>
      </listitem>

      <listitem>
        <para>
          Bumped version number to 1.0.0 for beta 1 release
        </para>
      </listitem>

      <listitem>
        <para>
          Added COPYING.rtf file for use in installer
        </para>
      </listitem>

      <listitem>
        <para>
          Removed all of the XML comment warnings (I'll clean them up
          better later)
        </para>
      </listitem>

      <listitem>
        <para>
          Removed some last references to ByteFX
        </para>
      </listitem>

    </itemizedlist>

  </section>

<!-- END 1.0.0 -->

  <section id="connector-net-0.9.0">

    <title>Version 0.9.0 04-08-30</title>

    <itemizedlist>

      <listitem>
        <para>
          Added test fixture for prepared statements
        </para>
      </listitem>

      <listitem>
        <para>
          All type classes now implement a SerializeBinary method for
          sending their data to a PacketWriter
        </para>
      </listitem>

      <listitem>
        <para>
          Added PacketWriter class that will enable future low-memory
          large object handling
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed many small bugs in running prepared statements and
          stored procedures
        </para>
      </listitem>

      <listitem>
        <para>
          Changed command so that an exception will not be throw in
          executing a stored procedure with parameters in old syntax
          mode
        </para>
      </listitem>

      <listitem>
        <para>
          SingleRow behavior now working right even with limit
        </para>
      </listitem>

      <listitem>
        <para>
          GetBytes now only works on binary columns
        </para>
      </listitem>

      <listitem>
        <para>
          Logger now truncates long sql commands so blob columns don't
          blow out our log
        </para>
      </listitem>

      <listitem>
        <para>
          host and database now have a default value of "" unless
          otherwise set
        </para>
      </listitem>

      <listitem>
        <para>
          FIXED BUG# 5214 Connection Timeout seems to be ignored
        </para>
      </listitem>

      <listitem>
        <para>
          Added test case for bug# 5051: GetSchema not working correctly
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem where GetSchema would return false for IsUnique
          when the column is key
        </para>
      </listitem>

      <listitem>
        <para>
          MySqlDataReader GetXXX methods now using the field level
          MySqlValue object and not performing conversions
        </para>
      </listitem>

      <listitem>
        <para>
          FIXED BUG# 5097: DataReader returning NULL for time column
        </para>
      </listitem>

      <listitem>
        <para>
          Added test case for LOAD DATA LOCAL INFILE
        </para>
      </listitem>

      <listitem>
        <para>
          Added replacetext custom nant task
        </para>
      </listitem>

      <listitem>
        <para>
          Added CommandBuilderTest fixture
        </para>
      </listitem>

      <listitem>
        <para>
          Added Last One Wins feature to CommandBuilder
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed persist security info case problem
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed GetBool so that 1, true, "true", and "yes" all count as
          trueWL# 2024 Make parameter mark configurable
        </para>
      </listitem>

      <listitem>
        <para>
          Added the "old syntax" connection string parameter to allow
          use of @ parameter marker
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Bug #4658 MySqlCommandBuilder
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Bug #4864 ByteFX.MySqlClient caches passwords if
          'Persist Security Info' is false
        </para>
      </listitem>

      <listitem>
        <para>
          Updated license banner in all source files to include FLOSS
          exception
        </para>
      </listitem>

      <listitem>
        <para>
          Added new .Types namespace and implementations for most
          current MySql types
        </para>
      </listitem>

      <listitem>
        <para>
          Added MySqlField41 as a subclass of MySqlField
        </para>
      </listitem>

      <listitem>
        <para>
          Changed many classes to now use the new .Types types
        </para>
      </listitem>

      <listitem>
        <para>
          Changed type enum int to Int32, short to Int16, and bigint to
          Int64
        </para>
      </listitem>

      <listitem>
        <para>
          Added dummy types UInt16, UInt32, and UInt64 to allow an
          unsigned parameter to be made
        </para>
      </listitem>

      <listitem>
        <para>
          Connections are now reset when they are pulled from the
          connection pool
        </para>
      </listitem>

      <listitem>
        <para>
          Refactored auth code in driver so it can be used for both auth
          and reset
        </para>
      </listitem>

      <listitem>
        <para>
          Added UserReset test in PoolingTests.cs
        </para>
      </listitem>

      <listitem>
        <para>
          Connections are now reset using COM_CHANGE_USER when pulled
          from the pool
        </para>
      </listitem>

      <listitem>
        <para>
          Implemented SingleResultSet behavior
        </para>
      </listitem>

      <listitem>
        <para>
          Implemented support of unicode
        </para>
      </listitem>

      <listitem>
        <para>
          Added char set mappings for utf-8 and ucs-2
        </para>
      </listitem>

      <listitem>
        <para>
          fixed Bug #4520 time fields overflow using bytefx .net mysql
          driver
        </para>
      </listitem>

      <listitem>
        <para>
          Modified time test in data type test fixture to check for time
          spans where hours > 24
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Bug #4505 Wrong string with backslash escaping in
          ByteFx.Data.MySqlClient.MySqlParameter
        </para>
      </listitem>

      <listitem>
        <para>
          Added code to Parameter test case TestQuoting to test for
          backslashes
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Bug #4486 mysqlcommandbuilder fails with multi-word
          column names
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug in TokenizeSql where underscore would terminate
          character capture in parameter name
        </para>
      </listitem>

      <listitem>
        <para>
          Added test case for spaces in column names
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug# 4324 - MySqlDataReader.GetBytes don't works
          correctly
        </para>
      </listitem>

      <listitem>
        <para>
          Added GetBytes() test case to DataReader test fixture
        </para>
      </listitem>

      <listitem>
        <para>
          Now reading all server variables in
          InternalConnection.Configure into Hashtable
        </para>
      </listitem>

      <listitem>
        <para>
          Now using string[] for index map in CharSetMap
        </para>
      </listitem>

      <listitem>
        <para>
          Added CRInSQL test case for carriage returns in SQL
        </para>
      </listitem>

      <listitem>
        <para>
          setting maxPacketSize to default value in Driver.ctor
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug #4442 - Setting MySqlDbType on a parameter doesn't
          set generic type
        </para>
      </listitem>

      <listitem>
        <para>
          Removed obsolete column types Long and LongLong
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug# 4071 - Overflow exception thrown when using "use
          pipe" on connection string
        </para>
      </listitem>

      <listitem>
        <para>
          Changed "use pipe" keyword to "pipe name" or just "pipe"
        </para>
      </listitem>

      <listitem>
        <para>
          Allow reading multiple resultsets from a single query
        </para>
      </listitem>

      <listitem>
        <para>
          Added flags attribute to ServerStatusFlags enum
        </para>
      </listitem>

      <listitem>
        <para>
          Changed name of ServerStatus enum to ServerStatusFlags
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed BUG #4386 - Inserted data row doesn't update properly
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug #4074 - Error processing show create table
        </para>
      </listitem>

      <listitem>
        <para>
          Change Packet.ReadLenInteger to ReadPackedLong and added
          packet.ReadPackedInteger that alwasy reads integers packed
          with 2,3,4
        </para>
      </listitem>

      <listitem>
        <para>
          Added syntax.cs test fixture to test various SQL syntax bugs
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug# 4149 Improper handling of time values. Now time
          value of 00:00:00 is not treated as null.
        </para>
      </listitem>

      <listitem>
        <para>
          Moved all test suite files into TestSuite folder
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug where null column would move the result packet
          pointer backward
        </para>
      </listitem>

      <listitem>
        <para>
          Added new nant build script
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed BUG #3917 - clear tablename so it will be regen'ed
          properly during the next GenerateSchema.
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug #3915 - GetValues was always returning zero and was
          also always trying to copy all fields rather than respecting
          the size of the array passed in.
        </para>
      </listitem>

      <listitem>
        <para>
          Implemented shared memory access protocol
        </para>
      </listitem>

      <listitem>
        <para>
          Implemented prepared statements for MySQL 4.1
        </para>
      </listitem>

      <listitem>
        <para>
          Implemented stored procedures for MySQL 5.0
        </para>
      </listitem>

      <listitem>
        <para>
          Renamed MySqlInternalConnection to InternalConnection
        </para>
      </listitem>

      <listitem>
        <para>
          SQL is now parsed as chars, fixes problems with other
          languages
        </para>
      </listitem>

      <listitem>
        <para>
          Added logging and allow batch connection string options
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug #3888 - RowUpdating event not set when setting the
          DataAdapter property
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug in char set mapping
        </para>
      </listitem>

      <listitem>
        <para>
          Implemented 4.1 authentication
        </para>
      </listitem>

      <listitem>
        <para>
          Improved open/auth code in driver
        </para>
      </listitem>

      <listitem>
        <para>
          Improved how connection bits are set during connection
        </para>
      </listitem>

      <listitem>
        <para>
          Database name is now passed to server during initial handshake
        </para>
      </listitem>

      <listitem>
        <para>
          Changed namespace for client to MySql.Data.MySqlClient
        </para>
      </listitem>

      <listitem>
        <para>
          Changed assembly name of client to MySql.Data.dll
        </para>
      </listitem>

      <listitem>
        <para>
          Changed license text in all source files to GPL
        </para>
      </listitem>

      <listitem>
        <para>
          Added the MySqlClient.build Nant file
        </para>
      </listitem>

      <listitem>
        <para>
          Removed the mono batch files
        </para>
      </listitem>

      <listitem>
        <para>
          Moved some of the unused files into notused folder so nant
          build file can use wildcards
        </para>
      </listitem>

      <listitem>
        <para>
          Implemented shared memory accesss
        </para>
      </listitem>

      <listitem>
        <para>
          Major revamp in code structure
        </para>
      </listitem>

      <listitem>
        <para>
          Prepared statements now working for MySql 4.1.1 and later
        </para>
      </listitem>

      <listitem>
        <para>
          Finished implementing auth for 4.0, 4.1.0, and 4.1.1
        </para>
      </listitem>

      <listitem>
        <para>
          Changed namespace from MySQL.Data.MySQLClient back to
          MySql.Data.MySqlClient
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug in CharSetMapping where it was trying to use text
          names as ints
        </para>
      </listitem>

      <listitem>
        <para>
          Changed namespace to MySQL.Data.MySQLClient
        </para>
      </listitem>

      <listitem>
        <para>
          Integrated auth changes from UC2004
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug where calling any of the GetXXX methods on a
          datareader before or after reading data would not throw the
          appropriate exception (thanks Luca Morelli
          &lt;morelli.luca@stripped&gt;)
        </para>
      </listitem>

      <listitem>
        <para>
          Added TimeSpan code in parameter.cs to properly serialize a
          timespan object to mysql time format (thanks Gianluca Colombo
          &lt;g.colombo@stripped&gt;)
        </para>
      </listitem>

      <listitem>
        <para>
          Added TimeStamp to parameter serialization code. Prevented
          DataAdatper updates from working right (thanks MIchael King)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed a misspelling in MySqlHelper.cs (thanks Patrick
          Kristiansen)
        </para>
      </listitem>

    </itemizedlist>

  </section>

<!-- END 0.9.0 -->

  <section id="connector-net-news-0.76">

    <title>Version 0.76</title>

    <itemizedlist>

      <listitem>
        <para>
          Driver now using charset number given in handshake to create
          encoding
        </para>
      </listitem>

      <listitem>
        <para>
          Changed command editor to point to MySqlClient.Design
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug in Version.isAtLeast
        </para>
      </listitem>

      <listitem>
        <para>
          Changed DBConnectionString to support changes done to
          MySqlConnectionString
        </para>
      </listitem>

      <listitem>
        <para>
          Removed SqlCommandEditor and DataAdapterPreviewDialog
        </para>
      </listitem>

      <listitem>
        <para>
          Using new long return values in many places
        </para>
      </listitem>

      <listitem>
        <para>
          Integrated new CompressedStream class
        </para>
      </listitem>

      <listitem>
        <para>
          Changed ConnectionString and added attributes to allow it to
          be used in MySqlClient.Design
        </para>
      </listitem>

      <listitem>
        <para>
          Changed packet.cs to support newer lengths in ReadLenInteger
        </para>
      </listitem>

      <listitem>
        <para>
          changed other classes to use new properties and fields of
          MySqlConnectionString
        </para>
      </listitem>

      <listitem>
        <para>
          ConnectionInternal is now using PING to see if the server is
          alive
        </para>
      </listitem>

      <listitem>
        <para>
          Moved toolbox bitmaps into resource/
        </para>
      </listitem>

      <listitem>
        <para>
          Changed field.cs to allow values to come directly from row
          buffer
        </para>
      </listitem>

      <listitem>
        <para>
          Changed to use the new driver.Send syntax
        </para>
      </listitem>

      <listitem>
        <para>
          Using a new packet queueing system
        </para>
      </listitem>

      <listitem>
        <para>
          started work handling the "broken" compression packet handling
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug in StreamCreator where failure to connect to a host
          would continue to loop infinitly (thanks Kevin Casella)
        </para>
      </listitem>

      <listitem>
        <para>
          Improved connectstring handling
        </para>
      </listitem>

      <listitem>
        <para>
          Moved designers into Pro product
        </para>
      </listitem>

      <listitem>
        <para>
          Removed some old commented out code from command.cs
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed a problem with compression
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed connection object where an exception throw prior to the
          connection opening would not leave the connection in the
          connecting state (thanks Chris Cline )
        </para>
      </listitem>

      <listitem>
        <para>
          Added GUID support
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed sequence out of order bug (thanks Mark Reay)
        </para>
      </listitem>

    </itemizedlist>

  </section>

<!-- END 0.76 -->

  <section id="connector-net-news-0.75">

    <title>Version 0.75</title>

    <itemizedlist>

      <listitem>
        <para>
          Enum values now supported as parameter values (thanks Philipp
          Sumi)
        </para>
      </listitem>

      <listitem>
        <para>
          Year datatype now supported
        </para>
      </listitem>

      <listitem>
        <para>
          fixed compression
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug where a parameter with a TimeSpan as the value would
          not serialize properly
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug where default ctor would not set default connection
          string values
        </para>
      </listitem>

      <listitem>
        <para>
          Added some XML comments to some members
        </para>
      </listitem>

      <listitem>
        <para>
          Work to fix/improve compression handling
        </para>
      </listitem>

      <listitem>
        <para>
          Improved ConnectionString handling so that it better matches
          the standard set by SqlClient.
        </para>
      </listitem>

      <listitem>
        <para>
          A MySqlException is now thrown if a username is not included
          in the connection string
        </para>
      </listitem>

      <listitem>
        <para>
          Localhost is now used as the default if not specified on the
          connection string
        </para>
      </listitem>

      <listitem>
        <para>
          An exception is now thrown if an attempt is made to set the
          connection string while the connection is open
        </para>
      </listitem>

      <listitem>
        <para>
          Small changes to ConnectionString docs
        </para>
      </listitem>

      <listitem>
        <para>
          Removed MultiHostStream and MySqlStream. Replaced it with
          Common/StreamCreator
        </para>
      </listitem>

      <listitem>
        <para>
          Added support for Use Pipe connection string value
        </para>
      </listitem>

      <listitem>
        <para>
          Added Platform class for easier access to platform utility
          functions
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed small pooling bug where new connection was not getting
          created after IsAlive fails
        </para>
      </listitem>

      <listitem>
        <para>
          Added Platform.cs and StreamCreator.cs
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Field.cs to properly handle 4.1 style timestamps
        </para>
      </listitem>

      <listitem>
        <para>
          Changed Common.Version to Common.DBVersion to avoid name
          conflict
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed field.cs so that text columns return the right field
          type (thanks beni27@stripped)
        </para>
      </listitem>

      <listitem>
        <para>
          Added MySqlError class to provide some reference for error
          codes (thanks Geert Veenstra)
        </para>
      </listitem>

    </itemizedlist>

  </section>

<!-- END 0.75 -->

  <section id="connector-net-0.74">

    <title>Version 0.74</title>

    <itemizedlist>

      <listitem>
        <para>
          Added Unix socket support (thanks Mohammad DAMT
          [md@stripped])
        </para>
      </listitem>

      <listitem>
        <para>
          only calling Thread.Sleep when no data is available
        </para>
      </listitem>

      <listitem>
        <para>
          improved escaping of quote characters in parameter data
        </para>
      </listitem>

      <listitem>
        <para>
          removed misleading comments from parameter.cs
        </para>
      </listitem>

      <listitem>
        <para>
          fixed pooling bug
        </para>
      </listitem>

      <listitem>
        <para>
          same pooling bug fixed again!! ;-)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed ConnectionSTring editor dialog (thanks marco p (pomarc))
        </para>
      </listitem>

      <listitem>
        <para>
          UserId now supported in connection strings (thanks Jeff
          Neeley)
        </para>
      </listitem>

      <listitem>
        <para>
          Attempting to create a parameter that is not input throws an
          exception (thanks Ryan Gregg)
        </para>
      </listitem>

      <listitem>
        <para>
          Added much documentation
        </para>
      </listitem>

      <listitem>
        <para>
          checked in new MultiHostStream capability. Big thanks to Dan
          Guisinger for this. he originally submitted the code and idea
          of supporting multiple machines on the connect string.
        </para>
      </listitem>

      <listitem>
        <para>
          Added alot of documentation. Still alot to do.
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed speed issue with 0.73
        </para>
      </listitem>

      <listitem>
        <para>
          changed to Thread.Sleep(0) in MySqlDataStream to help optimize
          the case where it doesn't need to wait (thanks Todd German)
        </para>
      </listitem>

      <listitem>
        <para>
          Prepopulating the idlepools to MinPoolSize
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed MySqlPool deadlock condition as well as stupid bug where
          CreateNewPooledConnection was not ever adding new connections
          to the pool. Also fixed MySqlStream.ReadBytes and ReadByte to
          not use TicksPerSecond which does not appear to always be
          right. (thanks Matthew J. Peddlesden)
        </para>
      </listitem>

      <listitem>
        <para>
          Fix for precision and scale (thanks Matthew J. Peddlesden)
        </para>
      </listitem>

      <listitem>
        <para>
          Added Thread.Sleep(1) to stream reading methods to be more cpu
          friendly (thanks Sean McGinnis)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem where ExecuteReader would sometime return null
          (thanks Lloyd Dupont )
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed major bug with null field handling (thanks Naucki)
        </para>
      </listitem>

      <listitem>
        <para>
          enclosed queries for max_allowed_packet and characterset
          inside try catch (and set defaults)
        </para>
      </listitem>

      <listitem>
        <para>
          fixed problem where socket was not getting closed properly
          (thanks Steve!)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem where ExecuteNonQuery was not always returning
          the right value
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed InternalConnection to not use
          @@session.max_allowed_packet but use @@max_allowed_packet.
          (Thanks Miguel)
        </para>
      </listitem>

      <listitem>
        <para>
          Added many new XML doc lines
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed sql parsing to not send empty queries (thanks Rory)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem where the reader was not unpeeking the packet on
          close
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem where user variables were not being handled
          (thanks Sami Vaaraniemi)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed loop checking in the MySqlPool (thanks Steve M. Brown)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed ParameterCollection.Add method to match SqlClient
          (thanks Joshua Mouch)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed ConnectionSTring parsing to handle no and yes for
          boolean and not lowercase values (thanks Naucki)
        </para>
      </listitem>

      <listitem>
        <para>
          Added InternalConnection class, changes to pooling
        </para>
      </listitem>

      <listitem>
        <para>
          Implemented Persist Security Info
        </para>
      </listitem>

      <listitem>
        <para>
          Added security.cs and version.cs to project
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed DateTime handling in Parameter.cs (thanks Burkhard
          Perkens-Golomb)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed parameter serialization where some types would throw a
          cast exception
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed DataReader to convert all returned values to prevent
          casting errors (thanks Keith Murray)
        </para>
      </listitem>

      <listitem>
        <para>
          Added code to Command.ExecuteReader to return null if the
          initial SQL command throws an exception (thanks Burkhard
          Perkens-Golomb)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed ExecuteScalar bug introduced with restructure
        </para>
      </listitem>

      <listitem>
        <para>
          Restructure to allow for LOCAL DATA INFILE and better
          sequencing of packets
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed several bugs related to restructure.
        </para>
      </listitem>

      <listitem>
        <para>
          Early work done to support more secure passwords in Mysql 4.1.
          Old passwords in 4.1 not supported yet
        </para>
      </listitem>

      <listitem>
        <para>
          Parameters appearing after system parameters are now handled
          correctly (Adam M. (adammil))
        </para>
      </listitem>

      <listitem>
        <para>
          strings can now be assigned directly to blob fields (Adam M.)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed float parameters (thanks Pent)
        </para>
      </listitem>

      <listitem>
        <para>
          Improved Parameter ctor and ParameterCollection.Add methods to
          better match SqlClient (thx Joshua Mouch )
        </para>
      </listitem>

      <listitem>
        <para>
          Corrected Connection.CreateCommand to return a MySqlCommand
          type
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed connection string designer dialog box problem (thanks
          Abraham Guyt)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem with sending commands not always reading the
          response packet (thanks Joshua Mouch )
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed parameter serialization where some blobs types were not
          being handled (thanks Sean McGinnis )
        </para>
      </listitem>

      <listitem>
        <para>
          Removed spurious MessageBox.show from DataReader code (thanks
          Joshua Mouch )
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed a nasty bug in the split sql code (thanks everyone! :-)
          )
        </para>
      </listitem>

    </itemizedlist>

  </section>

<!-- END 0.74 -->

  <section id="connector-net-news-0.71">

    <title>Version 0.71</title>

    <itemizedlist>

      <listitem>
        <para>
          Fixed bug in MySqlStream where too much data could attempt to
          be read (thanks Peter Belbin)
        </para>
      </listitem>

      <listitem>
        <para>
          Implemented HasRows (thanks Nash Pherson)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug where tables with more than 252 columns cause an
          exception ( thanks Joshua Kessler )
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug where SQL statements ending in ; would cause a
          problem ( thanks Shane Krueger )
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug in driver where error messsages were getting
          truncated by 1 character (thanks Shane Krueger)
        </para>
      </listitem>

      <listitem>
        <para>
          Made MySqlException serializable (thanks Mathias Hasselmann)
        </para>
      </listitem>

    </itemizedlist>

  </section>

<!-- END 0.71 -->

  <section id="connector-net-news-0.70">

    <title>Version 0.70</title>

    <itemizedlist>

      <listitem>
        <para>
          Updated some of the character code pages to be more accurate
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed problem where readers could be opened on connections
          that had readers open
        </para>
      </listitem>

      <listitem>
        <para>
          Release of 0.70
        </para>
      </listitem>

      <listitem>
        <para>
          Moved test to separate assembly MySqlClientTests
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed stupid problem in driver with sequence out of order
          (Thanks Peter Belbin)
        </para>
      </listitem>

      <listitem>
        <para>
          Added some pipe tests
        </para>
      </listitem>

      <listitem>
        <para>
          Increased default max pool size to 50
        </para>
      </listitem>

      <listitem>
        <para>
          Compiles with Mono 0-24
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed connection and data reader dispose problems
        </para>
      </listitem>

      <listitem>
        <para>
          Added String datatype handling to parameter serialization
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed sequence problem in driver that occured after thrown
          exception (thanks Burkhard Perkens-Golomb)
        </para>
      </listitem>

      <listitem>
        <para>
          Added support for CommandBehavior.SingleRow to DataReader
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed command sql processing so quotes are better handled
          (thanks Theo Spears)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed parsing of double, single, and decimal values to account
          for non-English separators. You still have to use the right
          syntax if you using hard coded sql, but if you use parameters
          the code will convert floating point types to use '.'
          appropriately internal both into the server and out. [ Thanks
          anonymous ]
        </para>
      </listitem>

      <listitem>
        <para>
          Added MySqlStream class to simplify timeOuts and driver
          coding.
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed DataReader so that it is closed properly when the
          associated connection is closed. [thanks smishra]
        </para>
      </listitem>

      <listitem>
        <para>
          Made client more SqlClient compliant so that DataReaders have
          to be closed before the connection can be used to run another
          command
        </para>
      </listitem>

      <listitem>
        <para>
          Improved DBNull.Value handling in the fields
        </para>
      </listitem>

      <listitem>
        <para>
          Added several unit tests
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed MySqlException so that the base class is actually called
          :-o
        </para>
      </listitem>

      <listitem>
        <para>
          Improved driver coding
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug where NextResult was returning false on the last
          resultset
        </para>
      </listitem>

      <listitem>
        <para>
          Added more tests for MySQL
        </para>
      </listitem>

      <listitem>
        <para>
          Improved casting problems by equating unsigned 32bit values to
          Int64 and usigned 16bit values to Int32, etc
        </para>
      </listitem>

      <listitem>
        <para>
          Added new ctor for MySqlParameter for (name, type, size,
          srccol)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug in MySqlDataReader where it didn't check for null
          fieldlist before returning field count
        </para>
      </listitem>

      <listitem>
        <para>
          Started adding MySqlClient unit tests (added MySqlClient/Tests
          folder and some test cases)
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed some things in Connection String handling
        </para>
      </listitem>

      <listitem>
        <para>
          Moved INIT_DB to MySqlPool. I may move it again, this is in
          preparation of the conference.
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed bug inside CommandBuilder that prevented inserts from
          happening properly
        </para>
      </listitem>

      <listitem>
        <para>
          Reworked some of the internals so that all three execute
          methods of Command worked properly
        </para>
      </listitem>

      <listitem>
        <para>
          FIxed many small bugs found during benchmarking
        </para>
      </listitem>

      <listitem>
        <para>
          The first cut of CoonectionPooling is working. "min pool size"
          and "max pool size" are respected.
        </para>
      </listitem>

      <listitem>
        <para>
          Work to enable multiple resultsets to be returned
        </para>
      </listitem>

      <listitem>
        <para>
          Character sets are handled much more intelligently now. The
          driver queries MySQL at startup for the default character set.
          That character set is then used for conversions if that code
          page can be loaded. If not, then the default code page for the
          current OS is used.
        </para>
      </listitem>

      <listitem>
        <para>
          Added code to save the inferred type in the name,value ctor of
          Parameter
        </para>
      </listitem>

      <listitem>
        <para>
          Also, inferred type if value of null parameter is changed
          using Value property
        </para>
      </listitem>

      <listitem>
        <para>
          Converted all files to use proper Camel case. MySQL is now
          MySql in all files. PgSQL is now PgSql
        </para>
      </listitem>

      <listitem>
        <para>
          Added attribute to PgSql code to prevent designer from trying
          to show
        </para>
      </listitem>

      <listitem>
        <para>
          Added MySQLDbType property to Parameter object and added
          proper conversion code to convert from DbType to MySQLDbType)
        </para>
      </listitem>

      <listitem>
        <para>
          Removed unused ObjectToString method from MySQLParameter.cs
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Add(..) method in ParameterCollection so that it doesn't
          use Add(name, value) instead.
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed IndexOf and Contains in ParameterCollection to be aware
          that parameter names are now stored without @
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Command.ConvertSQLToBytes so it only allows characters
          that can be in MySQL variable names
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed DataReader and Field so that blob fields read their data
          from Field.cs and GetBytes works right
        </para>
      </listitem>

      <listitem>
        <para>
          Added simple query builder editor to CommandText property of
          MySQLCommand
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed CommandBuilder and Parameter serialization to account
          for Parameters not storing @ in their names
        </para>
      </listitem>

      <listitem>
        <para>
          Removed MySQLFieldType enum from Field.cs. Now using
          MySQLDbType enum
        </para>
      </listitem>

      <listitem>
        <para>
          Added Designer attribute to several classes to prevent
          designer view when using VS.Net
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Initial catalog typo in ConnectionString designer
        </para>
      </listitem>

      <listitem>
        <para>
          Removed 3 parameter ctor for MySQLParameter that conflicted
          with (name, type, value)
        </para>
      </listitem>

      <listitem>
        <para>
          changed MySQLParameter so paramName is now stored without
          leading @ (this fixed null inserts when using designer)
        </para>
      </listitem>

      <listitem>
        <para>
          Changed TypeConverter for MySQLParameter to use the ctor with
          all properties
        </para>
      </listitem>

    </itemizedlist>

  </section>

<!-- END 0.70 -->

  <section id="connector-net-news-0.68">

    <title>Version 0.68</title>

    <itemizedlist>

      <listitem>
        <para>
          Fixed sequence issue in driver
        </para>
      </listitem>

      <listitem>
        <para>
          Added DbParametersEditor to make parameter editing more like
          SqlClient
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed Command class so that parameters can be edited using the
          designer
        </para>
      </listitem>

      <listitem>
        <para>
          Update connection string designer to support Use Compression
          flag
        </para>
      </listitem>

      <listitem>
        <para>
          Fixed string encoding so that European characters like &auml;
          will work correctly
        </para>
      </listitem>

      <listitem>
        <para>
          Creating base classes to aid in building new data providers
        </para>
      </listitem>

      <listitem>
        <para>
          Added support for UID key in connection string
        </para>
      </listitem>

      <listitem>
        <para>
          Field, parameter, command now using DBNull.Value instead of
          null
        </para>
      </listitem>

      <listitem>
        <para>
          CommandBuilder using DBNull.Value
        </para>
      </listitem>

      <listitem>
        <para>
          CommandBuilder now builds insert command correctly when an
          auto_insert field is not present
        </para>
      </listitem>

      <listitem>
        <para>
          Field now uses typeof keyword to return System.Types
          (performance)
        </para>
      </listitem>

    </itemizedlist>

  </section>

<!-- END 0.68 -->

  <section id="connector-net-news-0.65">

    <title>Version 0.65</title>

    <itemizedlist>

      <listitem>
        <para>
          MySQLCommandBuilder now implemented
        </para>
      </listitem>

      <listitem>
        <para>
          Transaction support now implemented (not all table types
          support this)
        </para>
      </listitem>

      <listitem>
        <para>
          GetSchemaTable fixed to not use xsd (for Mono)
        </para>
      </listitem>

      <listitem>
        <para>
          Driver is now Mono-compatible!!
        </para>
      </listitem>

      <listitem>
        <para>
          TIME data type now supported
        </para>
      </listitem>

      <listitem>
        <para>
          More work to improve Timestamp data type handling
        </para>
      </listitem>

      <listitem>
        <para>
          Changed signatures of all classes to match corresponding
          SqlClient classes
        </para>
      </listitem>

    </itemizedlist>

  </section>

<!-- END 0.65 -->

  <section id="connector-net-news-0.60">

    <title>Version 0.60</title>

    <itemizedlist>

      <listitem>
        <para>
          Protocol compression using SharpZipLib (www.icsharpcode.net)
        </para>
      </listitem>

      <listitem>
        <para>
          Named pipes on Windows now working properly
        </para>
      </listitem>

      <listitem>
        <para>
          Work done to improve Timestamp data type handling
        </para>
      </listitem>

      <listitem>
        <para>
          Implemented IEnumerable on DataReader so DataGrid would work
        </para>
      </listitem>

    </itemizedlist>

  </section>

<!-- END 0.60 -->

  <section id="connector-net-news-0.50">

    <title>Version 0.50</title>

    <itemizedlist>

      <listitem>
        <para>
          Speed increased dramatically by removing bugging network sync
          code
        </para>
      </listitem>

      <listitem>
        <para>
          Driver no longer buffers rows of data (more ADO.Net compliant)
        </para>
      </listitem>

      <listitem>
        <para>
          Conversion bugs related to TIMESTAMP and DATETIME fields fixed
        </para>
      </listitem>

    </itemizedlist>

  </section>

<!-- END 0.50 -->

</section>

Thread
bk commit - mysqldoc@docsrva tree (stefan:1.3369)stefan23 Aug