2002-10-26 Piers Haken <piersh@friskit.com>
[mono.git] / mcs / class / Mono.Data.PostgreSqlClient / ChangeLog
1 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>\r
2 \r
3         * ParmUtil.cs\r
4         * PostgresLibrary.cs\r
5         * PostgresTypes.cs\r
6         * SqlClientPermission.cs\r
7         * SqlClientPermissionAttribute.cs\r
8         * SqlCommand.cs\r
9         * SqlCommandBuilder.cs\r
10         * SqlConnection.cs\r
11         * SqlDataAdapter.cs\r
12         * SqlDataReader.cs\r
13         * SqlError.cs\r
14         * SqlErrorCollection.cs\r
15         * SqlException.cs\r
16         * SqlInfoMessageEventArgs.cs\r
17         * SqlInfoMessageEventHandler.cs\r
18         * SqlParameter.cs\r
19         * SqlParameterCollection.cs\r
20         * SqlRowUpdatedEventArgs.cs\r
21         * SqlRowUpdatedEventHandler.cs\r
22         * SqlRowUpdatingEventArgs.cs\r
23         * SqlRowUpdatingEventHandler.cs\r
24         * SqlTransaction.cs: thanks to Miguel, he copied \r
25         files on the mono cvs server\r
26         from mcs/class/System.Data/System.Data.SqlClient \r
27         for the PostgreSQL provider\r
28         to mcs/class/Mono.Data.PostgreSqlClient.  \r
29         This frees up\r
30         mcs/class/System.Data/System.Data.SqlClient for \r
31         the Microsoft SQL Server provider.  \r
32         Any Mono.Data.PostgreSqlClient/Sql*.cs files\r
33         were copied on the cvs server \r
34         to Mono.Data.PostgreSqlClient/PgSql*.cs files \r
35         and the old Mono.Data.PostgreSqlClient/Sql*.cs\r
36         files were removed.  Copying, renaming, and removing\r
37         was done on the server so we could keep \r
38         the cvs change history.\r
39 \r
40         * ChangeLog: added this file for logging changes\r
41         \r
42         * Mono.Data.PostgreSqlClient.build: added file for Windows build\r
43 \r
44         * library-deps.stamp    \r
45         * list\r
46         * makefile.gnu: added for Linux build\r
47         
48         * Locale.cs: added file for Locale.GetText(string);
49                 
50         * TODOAttribute.cs: added file for [MonoTODO] attribute