2002-10-16 Daniel Morgan * ParmUtil.cs * PostgresLibrary.cs * PostgresTypes.cs * SqlClientPermission.cs * SqlClientPermissionAttribute.cs * SqlCommand.cs * SqlCommandBuilder.cs * SqlConnection.cs * SqlDataAdapter.cs * SqlDataReader.cs * SqlError.cs * SqlErrorCollection.cs * SqlException.cs * SqlInfoMessageEventArgs.cs * SqlInfoMessageEventHandler.cs * SqlParameter.cs * SqlParameterCollection.cs * SqlRowUpdatedEventArgs.cs * SqlRowUpdatedEventHandler.cs * SqlRowUpdatingEventArgs.cs * SqlRowUpdatingEventHandler.cs * SqlTransaction.cs: thanks to Miguel, he copied files on the mono cvs server from mcs/class/System.Data/System.Data.SqlClient for the PostgreSQL provider to mcs/class/Mono.Data.PostgreSqlClient. This frees up mcs/class/System.Data/System.Data.SqlClient for the Microsoft SQL Server provider. Any Mono.Data.PostgreSqlClient/Sql*.cs files were copied on the cvs server to Mono.Data.PostgreSqlClient/PgSql*.cs files and the old Mono.Data.PostgreSqlClient/Sql*.cs files were removed. Copying, renaming, and removing was done on the server so we could keep the cvs change history. * ChangeLog: added this file for logging changes * Mono.Data.PostgreSqlClient.build: added file for Windows build * library-deps.stamp * list * makefile.gnu: added for Linux build * Locale.cs: added file for Locale.GetText(string); * TODOAttribute.cs: added file for [MonoTODO] attribute