4.70.31 18-Jul-08
- Fixed bug with connection strings from app.config and Server Explorer
- Fixed bug with DataSet Wizard in Visual Studio 2008
- Added stored procedure parameters to Server Explorer
- Unified provider name in Visual Studio 2008 (CoreLab.MySql instead of CoreLab.MySql.Entity)
- MySQL Unsigned MediumInt type is now mapped to CLR Int32
Entity Framework support
- Supported StoreGeneratedPattern attribute with values Identity and Computed
- Supported System.Guid type (manual mapping required)
- Supported mapping of signed TinyINT to System.SByte
- Changed default type mapping in EDM Wizard for unsigned types
- Fixed bug with simultaneous usage of Skip() and Take() methods
- Fixed type mapping in EntityKey.EntityKeyValues
- Fixed definitions of some provider-specific functions in Entity SQL
4.70.30 25-Jun-08
- Connection strings from web.config are now available in Visual Studio 2008 design time
- Improved MySqlDataSource design time capabilities
- Added MySqlDump constructor with MySqlConnection parameter
- Fixed bug with MySqlCommand.ExecutePageReader()
- Fixed bug with Decimal type data when it has zerofill attribute set
- Fixed bug with negative Time data type representation in MySqlDataReader.GetTimeSpan()
4.70.29 04-Jun-08
- Fixed bug with MyDirect .NET Data Provider missing in the EDM wizard
- Fixed bug with inserting a row in DbDataTable when a filter is enabled
4.70.28 29-May-08
- Supported .NET Framework 3.5 Service Pack 1 Beta
- Supported Visual Studio 2008 Service Pack 1 Beta
- Improved support for ADO.NET Entity Framework
4.50.27 18-Apr-08
- Added support for IComparable interface in MySqlBlob and MySqlText
- Expanded list of object properties in Server Explorer
- Fixed bug with Server Explorer drag and drop in Visual Studio 2008
- Fixed bug with generating one-to-one relationships in DataSet Wizard
4.50.26 19-Mar-08
- Fixed bug with licensing in Delphi for .NET and RAD Studio 2007
4.50.25 26-Feb-08
- Added DB server-based data paging for ASP.NET applications
- MySqlDataSource design time improvements
- ASP.NET demo pack added
- DotNetNuke 4.7 support added
- Added support for CLIENT_INTERACTIVE connection option
- MySqlSelectStatement.TryParse method added
- DataLink.DataSource property can refer to another DataLink component
- MySqlConnection.Ping() now checks for open connection
- Fixed bug with executing Entity Framework queries
- Fixed bug with DbDataTable and some visual controls
- Fixed bug with DbDataTable.FillPage method
- Fixed bug with fetching server errors containing Unicode text
- Fixed bug with fetching time with fraction part
- Fixed bug with MySqlCommand.ExecutePageReader
4.30.24 20-Dec-07
- Visual Studio 2008 supported
- Entity Framework Beta 3 supported
- Added Licensing Information dialog
4.25.23 12-Dec-07
- Fixed bug with DataSet Wizard when editing standard DataSets
- Fixed bug with generation of BIT fields dump by MySqlDump
- Fixed bug with compiling web applications in CodeGear RAD Studio 2007
4.25.22 19-Nov-07
- Fixed bug with filling DataSet asynchronously
- Fixed bug with hidden columns in DataSet Wizard
- Fixed bug with DataSet generator
- Fixed bug with .NET Entity Framework support
- Fixed bug with licensing in multithreaded applications
- Fixed bug with MySqlCommandBuilder generating empty INSERT statements
- Fixed bug with MySqlDataReader.EndOfData property
- Fixed bug with ecimal separator in MySqlDecimal
- Improved behavior of MySqlDump.Backup method
- Fixed bug with MySqlException serialization
4.25.21 05-Nov-07
- Fixed bug with schema generator for .NET Entity Framework
- Fixed bug with case sensitive names in DbDataTable.ParentRelation
4.25.20 25-Oct-07
- .NET Entity Framework Beta 2 supported
- Visual Studio 2008 Beta 2 supported
- Added Visual Basic versions to CRM, WinForms, and Web samples
- 'Arguments' metadata collection enhanced to support return values of stored functions.
- Bug with editing filtered and sorted DbDataTable fixed
- Bug with design time editors of DbDataTable.ParentRelation fixed
- Bug with editing relation resultset with DataLink fixed
- Bug with building Refresh SQL when TableMappings are used fixed
- Bug with editing MySqlConnection in design time fixed
- Bug with fetching unsigned BIGINT fields fixed
- Bug with MySqlConnection.InfoMessage event detaching fixed
- Bug with MySqlDecimal autoincrement columns in MySqlDataTable fixed
- Bug with handling errors in MySqlDataReader.Close fixed
4.20.19 19-Sep-07
- Bug with initializing Embedded server fixed
- Bug with refreshing fields in MySqlCommandBuilder fixed
- Bug with Enterprise Library absence fixed
- Bug with Visual Studio 2005 integration fixed
- Bug with code generation for DbDataTable.UpdateCommand property fixed
- Bug with DataSet Wizard fixed
- Bug with InterForm application in design time fixed
- Bug with internal class finalizer fixed
- Bug with MySqlDataReader.IsDBNull() when connecting to Embedded server fixed
- Bug with loading Visual Studio package in Mobile edition fixed
4.20.18 03-Sep-07
- Bug with loading Visual Studio package fixed
4.20.17 30-Aug-07
- MySQLDirect .NET renamed to MyDirect .NET
- MySQL Developer Tools renamed to MyDeveloper Tools
- Supported Visual Studio codename Orcas Beta 1
- Supported .NET Entity Framework
- Added support for x64 architecture
- Enhanced command builder with generation of row refresh statements
- Added detailed warning information to MySqlInfoMessageEventArgs class
- Added DbCommand.GetRecordCount() method to determine rows count of a request
- Added INullable interface for provider specific types
- Supported data binding for provider-specific types
- Supported client side validation for huge MySqlDecimal values
- Network communication optimized for better performance
- Added capability to store connection strings in application settings
- Improved integration with MySQL Developer Tools
- Extended drag'n'drop capabilities in DataSet Manager
- Add-in menu moved to Visual Studio package
- Demo projects reorganized
- Added CRM (Customer Relationship Management) demo project
- Added Ping demo project for Mobile Edition
4.00.10 30-May-07
- Bug with Embedded Server fixed
- Bug with executing stored procedures fixed
- Bug with DbDataSet.ReadXml() fixed
- Bug with closing IDbDataReader in DbDataTable fixed
- Bug with MySqlSelectStatement fixed
4.00.9 13-Apr-07
Application development enhancement
- Added DataSet Manager to control dataset instances in the project
- Added DataSet Editor for convenient datasets manipulation
- New MySqlDataSet class to use with MySqlDataTable
- New component DataLink added for flexible data binding
- New capabilities added to MySqlDataTable class
- Added capability for cross-form components cooperation
- Design time visualization extended
- Supported addin, DataSet Wizard, and MySQL Developer Tools integration with Borland Developer Studio
.NET 2 features
- Added MySqlDependency class to support Database Change Notification
- Added MySqlDataSourceEnumerator class to support Server Enumeration feature
- Added support for Batch Update in MySqlDataAdapter
- Added support for returning provider-specific types in MySqlDataReader and MySqlDataAdapter
Other features
- SQL Server 2005 Business Intelligence Solutions supported
- Added data provider and set of data access modules for DotNetNuke
- Added MySqlSelectStatement class for building SELECT statements
- Added MySqlDecimal class to represent MySQL DECIMAL type
- Added MySqlBinaryString class to represent BINARY and VARBINARY type
- Added list of hosts in connection form and connection properties
- Added MySqlLoader.LoadTable() method
- Base level classes moved to the new assembly CoreLab.Data.dll
- New demo projects added
- Added DbLoader class that serves to load external data into database
- Added MySQLDirect .NET information to Visual Studio 2005 splash screen and About box
- Bug with 3DES cipher fixed for SSH protocol
- Bug with server explorer fixed
- Bug with insert id fixed
- Problem with C++/CLI samples fixed
- Bug with inserting big BLOBs fixed
- Bug in MySqlConnection.GetSchema() fixed
- Bug with parsing SELECT statements fixed
- Bug with retrieving foreign keys metadata fixed
- Bug with MySqlDataReader.HasRows fixed
- Bug with generating update commands for views with aliases fixed
MySQL Developer Tools 2.00 improvements
- Added stored procedure and SQL script debuggers.
- Added a project management framework for bookmarking related scripts and organizing database developments.
- Enhanced SQL Editor with context-sensitive code completion, code navigation, incremental search, and more.
- Enhanced working with data, including possibility to print data directly from data editor.
- Added search in object data and stored procedure source code.
- Added an extensive collection of SQL and stored routine code templates.
- Added fully customizable keyboard mapping schemes.
- Completely redesigned Security Manager to control user accounts.
- Added a Session Manager for controlling and analyzing user sessions.
- Added a Service Manager to find and control MySQL services.
3.55.22 28-Mar-07
- Bug with connecting to non-existing MySQL Server in Mobile edition fixed
- Bug with DbMembershipProvider.GetUser() fixed
- Bug with BDS integration fixed
- Performance of parameters improved
3.55.21 05-Mar-07
- Bug with Analysis Services projects fixed
- Bug with MySqlDataReader.RecordsAffected fixed
- Bug with fetching BLOB data in client mode fixed
3.55.20 01-Feb-07
3.55.19 25-Jan-07
- Bug MySqlCommand.ExecuteNonQuery() fixed
- Bug with installation on Vista x64 edition fixed
- Bug with SecurityPermission fixed
- Bug with retrieving password in MySqlMembershipProvider fixed
3.55.18 22-Dec-06
- Bug with Visual Studio 2005 integration fixed
3.55.17 14-Dec-06
- Bug with installation fixed
3.55.16 12-Dec-06
- Windows Vista support added
3.50.15 29-Nov-06
- Bug with returning column scale in MySqlConnection.GetSchema("Columns") fixed
- Bug with fetching empty data in client mode fixed
3.50.14 25-Oct-06
- Bug with MySqlConnection.GetSchema("Arguments") fixed
- Bug with Client mode in restricted scenarios fixed
- Bug with DataSet Wizard in web projects fixed
- Bug with web providers fixed
- Bug with MySqlDataAdapter.UpdateBachSize fixed
- Bug with data provider registration on 64 bit system fixed
- Bug with FileIOPermission requirement fixed
3.50.13 19-Sep-06
- Integration with Visual Studio 2005 Standard Edition supported
- Licensing for applications that call MySQLDirect .NET through DbProviderFactory added.
This allows to use MySQLDirect .NET in SQL Server 2005 Business Intelligence Solutions
- Bug with detecting fatal errors when using compression fixed
- Bug with removing users from roles using MySqlRoleProvider fixed
- Bug with MySqlParameter designer and serialization fixed
- Bug with processing error messages in result set fixed
- Bug in DataSet Wizard with generating INSERT/UPDATE/DELETE commands when identifiers require quoting fixed
3.50.12 16-Aug-06
- Bug with In/InOut Decimal type parameters in prepared commands fixed for specific regional settings
- Bug with designing Table Adapter when a stored procedure is used as data source fixed
- Bug with creating Table Adapters with MySQLDirect .NET DataSet Wizard fixed
- Bug with SQL expressions in SELECT statements fixed
- Bug with requiresQuestionAndAnswer parameter in Membership provider fixed
- Bug with table names in Membership provider and Role provider fixed
- Bug with processing MySQL errors on MySqlDataReader closing fixed
- Bug with processing errors on MySqlConnection closing fixed
3.50.11 03-Jun-06
- Bug with editing table contents in Server Explorer fixed
- Bug with MySqlCommand.InsertId fixed
- Problem with C++/CLI samples fixed
- Bug with inserting big BLOBs fixed
3.50.10 17-Apr-06
- Implemented advanced integration with Visual Studio 2005, including Server Explorer,
Data Source wizard, TableAdapter configuration, Query Builder and configuring web component SqlDataSource
- ASP.NET 2.0 providers added: Membership Provider, Profile Provider, Role Provider, Session State Provider
- DataSet Wizard added
- Enterprise Library Data Access Application Block support added
- Mono support added
- OUT and INOUT parameters in stored procedures supported
- Borland Delphi 2006 support added
- Added support for stored procedures in FetchAll=true and Prepared modes
- Added streaming support for MySqlScript
- MySQL Developer Tools installation separated from MySQLDirect .NET installation
- Added list of Frequently Asked Questions
- Capability to call MySQLDirect .NET runtime assemblies by partially trusted code added
- Licensing enhanced for applications that use DbProviderFactory
- Migration wizard design enhanced
- Bug with finalizers fixed
- Bug with binary data and national encoding in MySqlDump fixed
- Bug with BINARY and VARBINARY types in Unicode=true mode fixed
- Bug with LONGBLOB and MEDIUMBLOB columns fetch fixed
- Bug with MySqlConnection.SslOptions and MySqlConnection.SshOptions properties fixed
- Bug with MySqlConnection.Kill() method fixed
- Bug with setting empty parameter in connection string fixed
- Bug with fetching Unicode metadata fixed
- Bug with MySqlCommand.ExecuteReader method when behavior is SchemaOnly fixed
- Bug with ParameterCheck mode in describing stored procedures fixed
- Bug with tables names quoting in MySqlLoader and MySqlDump fixed
- Bug with installing both Mobile and Standard versions fixed
- Bug with unicode names of database objects fixed
- Bug with MySqlCommand.EndExecuteReader fixed
- Bug with parameters regenerating in MySqlDataAdapter editor fixed
- Bug with DataSet generator fixed
- Bug with licensing SQL Server Business Intelligence Projects fixed
- Bug with MySqlMonitor messages in Visual Studio Output window fixed
- Bug with executing stored procedures with CommandBehavior.SchemaOnly fixed
3.20.9 31-Jan-06
- Bug with licensing fixed
- Bug with SSH and SSL properties fixed
- Setup improved
3.20.8 25-Jan-06
- AllowPartiallyTrustedCallers attribute added to CoreLab.MySql assembly
- Stored procedures support improved
- MySqlDataAdapter's command generator improved
- Bug with connection pooling fixed
- Provider invariant name changed
3.20.7 20-Dec-05
- Designer for MySqlDump.Database property added
- Fixed bug with licensing applications where name of assembly file differs from project's name
- Bug with licensing on .NET Compact Framework applications fixed
- Bug with stored procedures fixed
3.20.6 16-Dec-05
- Bug with removing MySQL Developer Tools toolbar fixed
- Bug with licensing on ASP.NET applications fixed
3.20.5 13-Dec-05
- Supported .NET Framework 2.0 release version
- Supported Visual Studio 2005 release version
- Compact .NET Framework 2.0 supported
- Bug with non-default port setting in SSH connection fixed
MySQL Developer Tools improvements
- User and privileges management support
- Database export/import to/from SQL script
- Trigger support
- Script support
- Stop execution feature
- Execution of the selected SQL fragment feature
- Data Export feature
- Dynamic data viewing of the tables and views in DbExplorer
- Paginal data access mode
- LOB viewer/editor
- Database object search
- Secure SSL and SSH connections support
- Query plan tool
- Duplicate object feature
- DDL generation wizard
- Embedded server support
- Data grid colors customizing
3.05.4 08-Nov-05
- Bug in connection pooling fixed
- Bug with fetch of unsigned float and double fixed
- Bug with fetch of high precision decimal fixed
- Bug with Embedded Server fixed
- Bug with sql command parser fixed
- Fixed bug with execution of prepared commands that represent stored procedures
- Bug with MySqlCommand.Transaction fixed
- Bug with MySqlCommandBuilder.KeyFields design-time editor in Mobile version fixed
3.05.3 18-Oct-05
- DumpMode enumeration added
- Bug with decimal fields fetch fixed
- Bug with MySqlCommand designer in MySQLDirect .NET Mobile fixed
- Bug with minimal installation fixed
- Bug with prepared statements fixed
- Bug with retrieving columns metadata fixed
- Bug with MySqlConnectionStringBuilder in MySQLDirect .NET for .NET Framework 2 fixed
- Bug with MySqlConnection.Kill() method fixed
- Bug with dumping binary data with MySqlDump fixed
- Bug with CommandBuilder parameters generation fixed
- Bug with MySqlDataReader.GetBoolean method fixed
- Bug with counting lines on MySqlScript execution fixed
- Bug with MySqlCommandBuilder.KeyFields editor in MySQLDirect .NET Mobile fixed
MySQL Developer Tools improvements
- Edit PrimaryKey from column editor bug fixed
- Duplicate entry bug on tables having autoincrement fields fixed
3.00.2 19-Aug-05
- Bug with policy files fixed
- Bug with fetch on Embedded Server fixed
- Bug with Embedded Server initialization and finalization fixed
- Bug with decimal fields in MySQL 5.0.3 and higher fixed
- MySqlCommandBuilder behavior now corresponds to command builder in .NET Framework 2
MySQL Developer Tools improvements
- Bug with drag'n'drop from DbExplorer to Web Forms Designer fixed
- Bug with generating text of the stored function parameter list fixed
3.00.1 29-Jun-05
- Bug with compression for MySQL 3.23 fixed
- Some design-time bugs fixed
3.00.0 11-Jun-05
- SSL connection to MySQL server support added
- SSH client forwarding protocol support added
- Support for compression protocol added
- Returning result sets from stored procedures supported
- View editing supported
- MySqlConnection.Kill method added
- Metadata support extended
- MySQL Embedded server 4.1 support added
- MySqlCommandBuilder.UpdatingFields property added
- MySqlLoader now inherits from DbLoader
- Performance increased
2.80.7 27-May-05
- Support for Microsoft Visual Studio 2005 Beta 2 added
- Publisher policy file added for versions compatibility
- Tested with MySQL 5.0.4 Beta
2.80.6 25-Apr-05
- Bug with "Unspecified error" message on Visual Studio .NET startup fixed
- Several bugs with Developer Tools integration fixed
2.80.5 15-Apr-05
- Support for quoting and unquoting names that consist of numbers only or contain quotes added
- Detection of MySqlConnection closing added to MySqlDataReader
- Bug with several same-named columns in MySqlDataReader fixed
- DbTools renamed to MySQL Developer Tools
MySQL Developer Tools improvements (Professional edition only)
- View support added
- Reference key support added
- Data editor improved
- Charset and collation support added for database, table and column
- "Show all databases" option added to connection editor
- Table editor re-designed and extended
- Index editor extended with additional options
- "Primary key" option added to column editor
- Minor changes in stored procedure and UDF editors
- Query timing added to output
- Bug with "Parameter is not correct" message on Visual Studio .NET startup fixed
2.70.4 04-Mar-05
- Bug with stored procedure describing fixed
- Bug with "Net packets out of order" fixed
- Bug with uppercase identifiers in MySqlCommandBuilder fixed
2.70.3 24-Jan-05
- Bug with schema table fixed for non-unique indexes
- Bug with password loss in DbTools fixed
- Bug with interop with MySQL Embedded server fixed
- Bug with retrieving stored function result fixed
- Bug with executing 'CREATE' statements fixed
2.70.2 06-Jan-05
- Unicode support enabled for MySQL 4.0
- MySqlDump component improved
- MySqlLoader component improved
- Bug with retrieving last InsertId of type Int64 fixed
2.70.1 23-Nov-04
- Dump sample added
- New C++ samples added
- Bug with MySqlTransaction.Rollback fixed
- Bug with escaping unicode characters that reveals SQL injection vulnerability fixed
- Documentation enriched
- Tested with MySQL 4.1.7
2.70.0 05-Nov-04
- Support for .NET Framework 2.0 added with ADO.NET 2 features
- Support for metadata schemas added
- The Base-Class-Based provider model used
- Connection pooling enhancements functionality added, that allows you to programmatically "drain" the connection pool
- New MySqlConnectionStringBuilder component to build connection strings to represent data sources
- SQL parameters support added to DbTools
- Stored procedures support for MySQL 5.0.1-alpha added to DbTools
- Syntax highlight and member list features for SQL editors in component designers
- DbTools help is now integrated into Visual Studio IDE
- Context help support added to DbTools
2.50.3 25-Oct-04
- Bug with unicode support fixed
- Tested with MySQL 4.1.5
2.50.2 27-Sep-04
- Documentation updated
- Fixed issue with MySqlDataAdapter being filled using empty query
- Bug with MySqlBlob fixed
- Bug with MySqlDataReader finalization fixed
- Bug with MySqlDump component fixed
2.50.1 27-Aug-04
- Bug with MySqlScript component fixed
- Bug with unicode support for MySQL 4.1.3 fixed
- Support for serialization MySqlException added
2.50.0 13-Aug-04
- Design-time tools are completely revised, extended, rewritten in managed code and called DbTools
- Query Builder tool rewritten and improved
- SQL editor tool added
- Support for stored procedures added to DbExplorer
- Ability to drag connections, tables and stored procedures from DbExplorer to Form Designer added
- Component designers more tightly integrated with DbTools
- New component MySqlDataTable added
- New methods for asynchronous working added
- Support for paginal access to query result added
- Performance increased
- Tested with MySQL 4.1.3
- Support for connect to MySQL 4.1.3 with OLD passwords added
- Bug huge BLOB values fixed
- Bug with FetchAll mode fixed
- Bug with StoredProc support fixed
- Bug with ExecuteNonQuery result in FetchAll mode fixed
2.40.4 09-Jun-04
- Bug with command finalization fixed
- Bug with fetching BLOB fields fixed
- Bug with fetching data from prepared statements fixed
- Bug with multiple query execution in prepared statements fixed
2.40.3 22-Jul-04
- Bug with fetching decimal numbers fixed
- Bug with Socket finalization fixed
2.40.2 17-Jul-04
- Bug with MySqlDataAdapter.Fill fixed
- Bug with fetching large numbers with decimal separator fixed
- Bug with DbScript interface fixed
2.40.1 09-Jul-04
- Bug with connection pooling fixed
- Bug with component deserialization for Compact Framework fixed
2.40.0 07-Jul-04
- Support for Compact Framework added
- Support for multiple ExecuteReader added
- MySqlDataReader.HasRows property added
- Retrieve InsertId to dataset autoincrement columns added
- Support for connection timeout added
- Support for command timeout added
2.30.1 02-Jul-04
- Bug with MySqlDataReader.ExecuteNonQuery result fixed
2.30.0 10-May-04
- MySQL 5.0 support added
- Stored procedures support added for MySQL 5.0
- Prepared statements supported for MySQL 4.1.1 and MySQL 5.0
- New component MySqlLoader added
- New component MySqlDump added
- Method MySqlConnection.Ping added to validate open connection
- New component MySqlDataSourceControl for extended WebMatrix support added
- C++ sample added
2.00.6 19-Apr-04
- Bug with parsing parameters fixed
2.00.5 13-Apr-04
- Bug with connection pooling fixed
2.00.4 25-Feb-04
- Bug with MySqlScript fixed
- Bug with multiple query execution fixed
2.00.3 06-Feb-04
- Bug with fetching empty string fixed
- Support for monitoring component name added
2.00.2 02-Feb-04
- Bug with MySqlCommand.InsertId fixed
- Bug with multiple query execution fixed
2.00.1 30-Jan-04
- Bug with connect to MySQL 4.1.1 with new authentication method fixed
- Bug with Borland Delphi 8 fixed
- DbTools add-in installation bug appearing without installed .NET Framework 1.0 fixed
2.00.0 27-Jan-04
- Access to MySQL server without client library
- MySQL 4.1.1 alpha support added
- DbExplorer tool to explore MySQL database schema
- Support for Named pipe and Shared memory protocol added
- Support for transferred data compression added
- Unicode support added for MySQL 4.1.1
- Native classes MySqlBlob and MySqlText to represent MySQL blob types
- New ConnectionString editor implemented
- Component designers enhanced
- Support for Microsoft ASP.NET Web Matrix added
- Support for Borland Delphi 8 added
1.80.7 22-Dec-03
- Bug with MySqlDataReader.GetBytes fixed
- Serializable attribute added for MySqlException
1.80.6 20-Nov-03
- Bug with CommandBuilder interface fixed
- Bug with loading client library fixed
1.80.5 11-Nov-03
- Bug with GetSchemaTable fixed
1.80.4 06-Nov-03
- Help updated
- Bug with parsing hexadecimal numbers fixed
1.80.3 17-Oct-03
- Bug with MySqlConnection.Close fixed
1.80.2 08-Oct-03
- Bug with TimeStamp fields fixed
- Bug with ExecuteNonQuery result fixed
1.80.1 07-Oct-03
- Bug with ASP.NET fixed
- Bug with MySqlCommandBuilder fixed
- Bug with TINYINT datatype fixed
- Bug with disposing MySqlDataReader fixed
1.80.0 23-Sep-03
- Support for connection pooling added
- Support for multiple query execution added
- Ability to store data in DataReader object added
- Migration wizard from ODBC and OLE DB .NET Data Providers
- Support for Borland C#Builder added
- Samples updated
- Bug with generate dataset fixed
- Bug with MySqlDataAdapter designer fixed (3342)
- Bug with MySqlCommand designer fixed (3346)
- Bug with retrieving alias name in SchemaTable fixed
1.60.3 22-Jun-03
- Bug with parameters designer fixed
- Bug with MySQLParameter.DbType fixed
- Bug with MySQLCommand.Transaction fixed
1.60.3 22-Jun-03
- Bug with MySqlScript fixed
- Bug with CommandBehavior.SingleRow fixed
1.60.2 14-Jun-03
- Installation bug fixed. XML documentaion was not installing properly.
- Typed dataset generation bug under VB project fixed (3087)
1.60.1 26-Jul-03
- Property editors for MySqlCommandBuilder.KeyFields and
MySqlCommandBuilder.UpdatingTable added.
- Bug with MySqlParameterConverter and MySqlParameterValueConverter fixed
1.60 20-Jul-03
- Visual Studio .NET 2003 support added
- MySQL 4.1 support added
- MySQL embedded server support added
- ODBC parameter format '?' supported
- MySqlCommand.InsertId property added
- MySQLDirect .NET help integrated into Visual Studio .NET
- Component properties and events descriptions for "Properties Window" added
- XML documentation for code completion added
- DBMonitor support moved to CoreLab.MySql from CoreLab.DBMonitor assembly
- Bug with NULL parameter values in MySqlMonitor fixed
1.52 08-Apr-03
- MySQL 4.0.12 release support
- Bug with unsigned integers fixed (2152)
- Bug in MySqlDataReader.GetChars method fixed (1429)
- Bug with empty DataBase fixed (2817)
- Table demo modified
1.51 03-Mar-03
- Visual Basic .NET samples added
- Bugs with binary and text parameters using multibytes codepages fixed (2757)
- Bug with TIMESTAMP fields fixed (2765)
- Bug with CommandBehavior.CloseConnection fixed (2822)
1.50 14-Feb-03
- MySQL 4.0 gamma support
- New component MySqlScript added. Serves to execute series of SQL statements separated by special symbols.
- New component MySqlMonitor added. Allows to monitor dynamic SQL execution in applications that use MySQLDirect .NET. Extended monitoring capabilities are provided with DBMonitor application.
- Designer form for MySqlDataAdapter component setup added
- MySqlCommand component designer functionality extended
- Typed dataset generation mechanism enabled for MySqlDataAdapter
- Automatic component registration (in toolbox) mechanism added
- MySqlBuilder tool for visual query building
1.21.6 11-Oct-02
- MySqlCommand.ParameterCheck now is false by default
- MySqlDataReader.FieldCount bug fixed
- Bug with unassigned parameter value fixed
- Bug with '_' in parameter name fixed
- Parsing parameters bug fixed (2052)
- Fix bug in processing value of string parameters
1.20.5 06-Sep-02
- Error in update row with unchanged values fixed (1793)
1.20.4 22-Aug-02
- Support using MySqlDataReader from System.Web.UI.WebControls.DataGrid
- Testing with MySQL 4.0.2 alpha
- Number conversion fixed
1.20.3 06-Aug-02
- Support MySqlDataReader.GetBytes and MySqlDataReader.GetChars
- Pictures demo project
- MySqlDataReader.GetOrdinal bug fixed
1.20.2 12-Jun-02
1.20.1 08-Jun-02
- Special characters in connect string bug fixed
1.20 05-Jun-02
- Transaction support
- Support TIMESTAMP datatype
- Support TEXT and BLOB datatypes
- ASP .NET demo project
- MasterDetail demo project
- Transaction demo project
- Mapping TIME to TimeSpan type
- Scale and precision bug fixed
- Command.Dispose bug fixed
1.02 25-Jul-02
- MySqlCommand.ExecuteNonQuery with SELECT bug fixed (1260)
- Special character bug fixed
1.01 20-Jul-02
- Date value in parameters bug fixed
1.00 27-May-02
- First release of MySQLDirect .NET data provider
© 2002-2008 Core Lab. All rights reserved.