From: Date: October 28 2004 3:27pm Subject: MySQL Connector/Net 1.0.1 beta 2 has been released. List-Archive: http://lists.mysql.com/announce/227 Message-Id: <200410281327.i9SDRnO9010725@mail.mysql.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, MySQL Connector/Net 1.0.1, a new version of the fully-managed, ADO.Net provider for the popular MySQL database system. Version 1.0.1 is the second beta release of the original ByteFX MySQL provider acquired earlier this year. This release is suitable for use with any MySQL version including MySQL-4.1 or MySQL-5.0. It is now available in source and binary form from the Connector/Net download pages at http://dev.mysql.com/downloads/connector/net/1.0.html and mirror sites (note that not all mirror sites may be up to date at this point of time - if you can't find this version on some mirror, please try again later or choose another download site.) ========================= Attention ====================================== During the final QA process for 1.0.1, a problem was discovered where data packets larger than 16M are not handled properly when the connection is using compression. There is no need to file bug reports on this issue as the test suite already identifies this as a problem. ========================================================================== -Reggie - From the changelog: 10-25-04 - Version 1.0.1-beta - 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 ...' behaviour (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) Reggie Burnett, Software Developer MySQL Inc, http://www.mysql.com