Release notes:
(Please read the Changelog for details)
Bug fixes
- Design Time support:
- Fixed DTE creation when there are more than one Visual Studio instance.
- Fixed problems when trying to add more than one FbDataAdapter at design time using the Wizard.
- General:
- Fixed globalization issues.
- Fixed bug on StatementBase.Release method.
- Fixed .NET Encoding class usage.
- Fixed incorrect chck in the FbCommandBuilder class.
- Fixed FbDataReader.GetString calls when the field has BIGINT data type.
Initial support for Guid data type (Mapped to a CHAR(16) CHARACTER OCTETS field in firebird)
Added initial DDL autocommit support to the FbbatchExecution class.