MySQL 5.1 リファレンスマニュアル :: C MySQL Change History :: C.3 Connector/NET Change History :: C.3.15 Changes in MySQL Connector/NET Version 1.0.1-beta2 (27 October 2004)
« C.3.14 Changes in MySQL Connector/NET Version 1.0.2-gamma (15 November 2004)

C.3.16 Changes in MySQL Connector/NET Version 1.0.0 (01 September 2004) »
Section Navigation      [Toggle]
  • C.3 Connector/NET Change History
  • C.3.1 Changes in MySQL Connector/NET Version 5.0.4 (Not yet released)
  • C.3.2 Changes in MySQL Connector/NET Version 5.0.3 (05 January 2007)
  • C.3.3 Changes in MySQL Connector/NET Version 5.0.2 (06 November 2006)
  • C.3.4 Changes in MySQL Connector/NET Version 5.0.1 (01 October 2006)
  • C.3.5 Changes in MySQL Connector/NET Version 5.0.0 (08 August 2006)
  • C.3.6 Changes in MySQL Connector/NET Version 1.0.10 (Not yet released)
  • C.3.7 Changes in MySQL Connector/NET Version 1.0.9 (02 February 2007
  • C.3.8 Changes in MySQL Connector/NET Version 1.0.8 (20 October 2006)
  • C.3.9 Changes in MySQL Connector/NET Version 1.0.7 (21 November 2005)
  • C.3.10 Changes in MySQL Connector/NET Version 1.0.6 (03 October 2005)
  • C.3.11 Changes in MySQL Connector/NET Version 1.0.5 (29 August 2005)
  • C.3.12 Changes in MySQL Connector/NET Version 1.0.4 (20 January 2005)
  • C.3.13 Changes in MySQL Connector/NET Version 1.0.3-gamma (12 October 2004)
  • C.3.14 Changes in MySQL Connector/NET Version 1.0.2-gamma (15 November 2004)
  • C.3.15 Changes in MySQL Connector/NET Version 1.0.1-beta2 (27 October 2004)
  • C.3.16 Changes in MySQL Connector/NET Version 1.0.0 (01 September 2004)
  • C.3.17 Changes in MySQL Connector/NET Version 0.9.0 (30 August 2004)
  • C.3.18 Changes in MySQL Connector/NET Version 0.76
  • C.3.19 Changes in MySQL Connector/NET Version 0.75
  • C.3.20 Changes in MySQL Connector/NET Version 0.74
  • C.3.21 Changes in MySQL Connector/NET Version 0.71
  • C.3.22 Changes in MySQL Connector/NET Version 0.70
  • C.3.23 Changes in MySQL Connector/NET Version 0.68
  • C.3.24 Changes in MySQL Connector/NET Version 0.65
  • C.3.25 Changes in MySQL Connector/NET Version 0.60
  • C.3.26 Changes in MySQL Connector/NET Version 0.50

C.3.15. Changes in MySQL Connector/NET Version 1.0.1-beta2 (27 October 2004)

  • Fixed Bug#5602 Possible bug in MySqlParameter(string, object) constructor

  • Fixed Bug#5458 Calling GetChars on a longtext column throws an exception

  • Fixed Bug#5474 cannot run a stored procedure populating mysqlcommand.parameters

  • Fixed Bug#5469 Setting DbType throws NullReferenceException

  • Fixed problem where connector was not issuing a CMD_QUIT before closing the socket

  • Fixed Bug#5392 MySqlCommand sees "?" as parameters in string literals

  • Fixed problem with ConnectionInternal where a key might be added more than once

  • CP1252 is now used for Latin1 only when the server is 4.1.2 and later

  • Fixed Bug#5388 DataReader reports all rows as NULL if one row is NULL

  • Virtualized driver subsystem so future releases could easily support client or embedded server support

  • Field buffers being reused to decrease memory allocations and increase speed

  • Fixed problem where using old syntax while using the interfaces caused problems

  • Using PacketWriter instead of Packet for writing to streams

  • Refactored compression code into CompressedStream to clean up NativeDriver

  • Added test case for resetting the command text on a prepared command

  • Fixed problem where MySqlParameterCollection.Add() would throw unclear exception when given a null value (Bug#5621)

  • Fixed construtor initialize problems in MySqlCommand() (Bug#5613)

  • Fixed Parsing the ';' char (Bug#5876)

  • Fixed missing Reference in DbType setter (Bug#5897)

  • Fixed System.OverflowException when using YEAR datatype (Bug#6036)

  • Added Aggregate function test (wasn't really a bug)

  • Fixed serializing of floating point parameters (double, numeric, single, decimal) (Bug#5900)

  • IsNullable error (Bug#5796)

  • Fixed problem where connection lifetime on the connect string was not being respected

  • Fixed problem where Min Pool Size was not being respected

  • Fixed MySqlDataReader and 'show tables from ...' behavior (Bug#5256)

  • Implemented SequentialAccess

  • Fixed MySqlDateTime sets IsZero property on all subseq.records after first zero found (Bug#6006)

  • Fixed Can't display Chinese correctly (Bug#5288)

  • Fixed Russian character support as well

  • Fixed Method TokenizeSql() uses only a limited set of valid characters for parameters (Bug#6217)

  • Fixed NET Connector source missing resx files (Bug#6216)

  • Fixed DBNull Values causing problems with retrieving/updating queries. (Bug#5798)

  • Fixed Yet Another "object reference not set to an instance of an object" (Bug#5496)

  • Fixed problem in PacketReader where it could try to allocate the wrong buffer size in EnsureCapacity

  • Fixed GetBoolean returns wrong values (Bug#6227)

  • Fixed IndexOutOfBounds when reading BLOB with DataReader with GetString(index) (Bug#6230)

Copyright © 1997, 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices
Top / Previous / Next / Up / Table of Contents
© 2010, Oracle Corporation and/or its affiliates