File Release Notes and Changelog

Release Name: 1.7

Notes:
Final ( 2005-06-03 )
-----   ---- -- --

Bug fixes (Please read the Changelog for details)

	- Fixed nagle algorithm desactivation.
		
	- Fixes on the design time support for teh FbDataAdapter class.

	- Fix onb the FbDataAdapter.Update method to better check the conenction
	of the command to execute.

	- Changed FbBackup file to be a class (allowing it's usage from C++)

	- Fixed constructor of FbBatchExecution class.

	- Fixed FbDataReader.HasRows property to return true only for
	SELECT commands.

	- Fixed Decimal and Numeric field handling.

	- Fixed .NET CF 2.0 build problems.

	- Fixed some bugs on string and comment handling of the FbScript class.

	- Changes on CharSet.SupportedCharsets property to be thread safe.


- Added a new ActiveUSers property to the FbDatabaseInfo class.


Changes: 2005-05-28 Carlos Guzman Alvarez <carlosga@telefonica.net> * FirebirdSql.Data.Firebird/Design/DataAdapter/Designer/FbDataAdapterDataSetGenerator.cs * FirebirdSql.Data.Firebird/Design/DataAdapter/Designer/VSExtensibility.cs - Bug fixes for the DataSet generation and Visual Studio integration. * Update assembly version. * FirebirdSql.Data.Firebird/FbDataAdapter.cs: - Change to ensure the command has a valid connection before perform an update. * FirebirdSql.Data.Firebird/Design/DataAdapter/Designer/FbDataAdapterDesigner.cs - Force command initialization on .NET 1.0 and .NET 1.1 2005-05-25 Carlos Guzman Alvarez <carlosga@telefonica.net> * FirebirdSql.Data.Gds/GdsConnection.cs: - Correctly disable Nagle Algorithm. 2005-05-22 Carlos Guzman Alvarez <carlosga@telefonica.net> * FirebirdSql.Data.Firebird/Services/FbBackupFile.cs: - Changed to be class instead of an struct, to allow it be used in C++ 2005-05-22 Carlos Guzman Alvarez <carlosga@telefonica.net> * FirebirdSql.Data.Firebird/FbDatabaseInfo.cs: * FirebirdSql.Data.Common/IscHelper.cs: - Implemented new property ActiveUSers (Tracker item #1198051) 2005-05-18 Carlos Guzman Alvarez <carlosga@telefonica.net> * FirebirdSql.Data.Firebird/Isql/FbBatchExecution.cs: - Fixed constructor bug. (Thanks to Julien Ferraro) 2005-05-04 Carlos Guzman Alvarez <carlosga@telefonica.net> * FirebirdSql.Data.Firebird/FbCommand.cs: * FirebirdSql.Data.Firebird/FbDataReader.cs: - HasRows property will return true only for Select commands. 2005-04-30 Carlos Guzman Alvarez <carlosga@telefonica.net> * FirebirdSql.Data.Firebird/FbCommand.cs: - Close DataReader when preparing a new command. 2005-04-29 Carlos Guzman Alvarez <carlosga@telefonica.net> * FirebirdSql.Data.Firebird/Common/TypeHelper.cs: * FirebirdSql.Data.Firebird/Common/DbField.cs: * FirebirdSql.Data.Firebird/Gds/XdrStream.cs: - Fixed Decimal and Numeric field handling. 2005-04-27 Carlos Guzman Alvarez <carlosga@telefonica.net> * FirebirdSql.Data.Firebird/FbException.cs: * FirebirdSql.Data.Common/BinaryEncoding.cs: - Fixed .NET Compact Framework Beta 2 build problems. 2005-04-24 Carlos Guzman Alvarez <carlosga@telefonica.net> * FirebirdSql.Data.Firebird/Isql/FbScript.cs: - Better handling of comments and strings. * FirebirdSql.Data.Firebird/Isql/FbBatchExecution.cs: - Fix bug on transaction handling. 2005-04-22 Carlos Guzman Alvarez <carlosga@telefonica.net> * FirebirdSql.Data.Common/Charset.cs: - Try to make the SupportedCharsets property thread safe. 2005-04-14 Carlos Guzman Alvarez <carlosga@telefonica.net> * FirebirdSql.Data.Firebird/Isql/FbBatchExecution.cs: - Added a new constructor. * FirebirdSql.Data.Firebird/Isql/FbScript.cs: - Try to avoid problem with / inside comments (needs tetsting)