2004-10-22 Rui S. Barbosa * New stable version 0.9.3. Assembly version updated to 0.9.3.0 2004-10-21 Everaldo Canuto * Fix error on AdpConnection() constructor. 2004-09-08 Everaldo Canuto * Some bug fixes. * New overload for ExecuteDataSet method, to include table name in parameters. 2004-10-07 Rui S. Barbosa * New stable version 0.9.2. Assembly version updated to 0.9.2.0 2004-09-03 Everaldo Canuto * Finally works on Mono and Portable.NET (Windows and Linux). * adpsql sample works on Mono and Portable.NET. * Advanced.Data.Provider.dll.config to config aditional providers. * App.config also config aditional providers. * Type references included in sources documentation. * Many poviders are tested: Firebird (Linux and Windows) MySQL (Linux and Windows) Sqlite (Linux and Windows) Npgsql - PostgreSQL (Linux and Windows) MS SQL Server (Windows) Oracle (Windows) MS OracleClient (Windows) 2004-09-02 Everaldo Canuto * Sample adpsql added. 2004-08-15 Rui S. Barbosa * New development version 0.9.1, a unstable version. * Assembly version updated to 0.9.1.0 * Remove the line code "private string cmdText;". The private fields is never used. * Added #region to better organize the code of the sources. * Source code NDoc documentation in AdpConnection.cs, AdpDataAdapter.cs, AdpDataReader.cs, AdpParameter.cs, AdpParameterCollection.cs, AdpTransaction.cs, AdpType.cs and AdpProvider.cs. 2004-08-11 Everaldo Canuto * Source code NDoc documentation in IAdpDataAdapter.cs, IAdpDataReader.cs and IAdpTransaction.cs 2004-08-10 Rui S. Barbosa * Source code NDoc documentation in IAdpCommand.cs and IAdpConnection.cs. 2004-08-10 Enrico Spinetta (en_sp@yahoo.com.br) * Makefile.bat added suport for Portable.NET. * Makefile.bat added creation xml doc. * Create file makefile for use make. 2004-08-09 Rui S. Barbosa * Documentation of the new methods in the source of the AdpCommand.cs. * New options in the NDoc archive. It generates a richer documentation. 2004-08-06 Everaldo Canuto * ExecuteDataTable added to AdpCommand class. * Open/close connection in AdpCommand finished for all Execute methods. * Transparent creation of parameters in query, now ADP convert the param prefix from "@" to prefix of destination data provider. Is the first step to create a inteligent data provider that convert standard SQL into specific database SQL. * AdpCommand.CreateParameter now add created param to the ParameterCollection of Command. It's possible create a parameter in one line of code. * Add CreateParameter methods with the same overloads and parameters of SqlDataParameter contructors. * AdpDataParameter and AdpDataParameterCollection renamed to AdpParameter and AdpParameterCollection. 2004-08-06 Enrico Spinetta (en_sp@yahoo.com.br) * Makefile.bat updated for create bin directory. * Update Combine and Project file for SharpDevelop. 2004-08-05 Everaldo Canuto * New development version 0.9, a unstable version. * Assembly version updated to 0.9.0. * AdpHelper removed, now AdpHelper features as added to AdpCommand. * Support for empty connection strings. * Modify "provider" parameter to "adpprovider". * New contructor for AdpCommand "connectionString". * Execute methods of AdpCommand now open/close connection if necessary. 2004-07-30 Rui S. Barbosa * Changed VS.NET project setting to generate XML documentation file * Added Advanced.Data.Provider.ndoc file to build NDOC code documentation * Added file sf.gif (SourceForge logo) used in NDOC documentation 2004-07-29 Enrico Spinetta (en_sp@yahoo.com.br) * Makefile.bat updated for mono compatibilities. * Fix bug Error building on Mono [1000214] 2004-07-29 Everaldo Canuto * Combine and Project file for SharpDevelop. * Include file name in second line of all source files. * First version of "Advanced.Data.Provider.config". * Makefile.Bat added. 2004-07-29 Rui S. Barbosa * Minor fix to NDoc documentation in AdpCommand.cs * Source code NDoc documentation in AdpDataParameter.cs * Partial source code NDoc documentation in AdpDataParameterCollection.cs 2004-07-28 Everaldo Canuto * Sub-project Homepage added on SourceForge. * New tasks added on SourceForge. 2004-07-28 Rui S. Barbosa * Source code NDoc documentation for AdpCommand.cs 2004-07-27 Everaldo Canuto * ChangeLog created. * AdpHelper class created. * Advanced.Data.Provider.xml sample file created. * Tasks created on SourceForge. 2004-07-26 Everaldo Canuto * first public release.