**** Merged from MCS ****
[mono-project.git] / mcs / class / Mono.Data.PostgreSqlClient / ChangeLog
blob69a419e4037df53c26d59c19e0ff42b82f453f0c
1 2003-12-19  Tim Coleman <tim@timcoleman.com>
2         * Mono.Data.PostgreSqlClient/PgSqlPermission.cs:
3                 Change constructor so it does not use base
4                 constructor without arguments.  That constructor
5                 becomes obsolete in .NET 1.2, but it doesn't hurt
6                 to do it in other builds too.
8 2002-12-06  Daniel Morgan <danmorg@sc.rr.com>\r
9 \r
10         * Mono.Data.PostgreSqlClient/PgSqlCommand.cs: added\r
11         public methods EscapeString() and EscapeByteArray()\r
12         \r
13         * Mono.Data.PostgreSqlClient/PostgresLibrary.cs: updated\r
14         DllImport functions PQescapeString() and PQescapeBytea()\r
15         \r
16 2002-11-26  Daniel Morgan <danmorg@sc.rr.com>\r
18         * list: changed the name of the files beginning \r
19         with Sql to PgSql.  Added missing files to linux build.\r
20         \r
21         * makefile.gnu: added .dll to end of assembly names\r
22         \r
23         * Mono.Data.PostgreSqlClient: created new directory within\r
24         mcs/class/Mono.Data.PostgreSqlClient\r
25         \r
26         * copy files from ./*.cs to ./Mono.Data.PostgreSqlClient/*.cs\r
27         on cvs server (thanks to Miguel) \r
28         \r
29         * remove ./*.cs files\r
31 2002-11-14  Daniel Morgan <danmorg@sc.rr.com>\r
33         * PgSqlConnection.cs: redid connection parameters\r
34         based on SqlClient's SqlConnection      \r
35         \r
36         * PgSqlCommand.cs: redid handling of different\r
37         CommandType of CommandText, StoredProcedure, \r
38         and TableDirect. Got rid of debug messages\r
40 2002-11-01  Daniel Morgan <danmorg@sc.rr.com>\r
42         * PgSqlCommand.cs: get rid of warning\r
43         \r
44         * PgSqlDataReader.cs: implemented GetEnumerator(),\r
45         and Dispose()\r
47 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>\r
49         * ParmUtil.cs\r
50         * PostgresLibrary.cs\r
51         * PostgresTypes.cs\r
52         * SqlClientPermission.cs\r
53         * SqlClientPermissionAttribute.cs\r
54         * SqlCommand.cs\r
55         * SqlCommandBuilder.cs\r
56         * SqlConnection.cs\r
57         * SqlDataAdapter.cs\r
58         * SqlDataReader.cs\r
59         * SqlError.cs\r
60         * SqlErrorCollection.cs\r
61         * SqlException.cs\r
62         * SqlInfoMessageEventArgs.cs\r
63         * SqlInfoMessageEventHandler.cs\r
64         * SqlParameter.cs\r
65         * SqlParameterCollection.cs\r
66         * SqlRowUpdatedEventArgs.cs\r
67         * SqlRowUpdatedEventHandler.cs\r
68         * SqlRowUpdatingEventArgs.cs\r
69         * SqlRowUpdatingEventHandler.cs\r
70         * SqlTransaction.cs: thanks to Miguel, he copied \r
71         files on the mono cvs server\r
72         from mcs/class/System.Data/System.Data.SqlClient \r
73         for the PostgreSQL provider\r
74         to mcs/class/Mono.Data.PostgreSqlClient.  \r
75         This frees up\r
76         mcs/class/System.Data/System.Data.SqlClient for \r
77         the Microsoft SQL Server provider.  \r
78         Any Mono.Data.PostgreSqlClient/Sql*.cs files\r
79         were copied on the cvs server \r
80         to Mono.Data.PostgreSqlClient/PgSql*.cs files \r
81         and the old Mono.Data.PostgreSqlClient/Sql*.cs\r
82         files were removed.  Copying, renaming, and removing\r
83         was done on the server so we could keep \r
84         the cvs change history.\r
86         * ChangeLog: added this file for logging changes\r
87         \r
88         * Mono.Data.PostgreSqlClient.build: added file for Windows build\r
90         * library-deps.stamp    \r
91         * list\r
92         * makefile.gnu: added for Linux build\r
93         
94         * Locale.cs: added file for Locale.GetText(string);
95                 
96         * TODOAttribute.cs: added file for [MonoTODO] attribute