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