2002-04-16 Daniel Morgan <danmorg@sc.rr.com>
[mono.git] / mcs / class / System.Data / ChangeLog
1 2002-04-16  Daniel Morgan <danmorg@sc.rr.com>
2
3         * Test/TestSqlInsert.cs: added 
4
5 2002-04-15  Daniel Morgan <danmorg@sc.rr.com>
6
7         * System.Data/SqlInfoMessageEventArgs.cs: added - using in
8           SqlConnecition
9         * System.Data/SqlErrorCollection.cs: added
10         * System.Data/SqlErrors.cs: removed - no such class SqlErrors
11
12
13 2002-04-15  Christopher Podurgiel <cpodurgiel@msn.com>
14         
15         * System.Data.IDbDataParameter: Added Interface to IDataParameter.
16         * System.Data.IDbTransaction: Added Interface to IDisposable.
17         * System.Data.IDbCommand: Fixed Capitalization of class name.
18         * System.Data.IDbConnection: Fixed Capitalization of class name.
19
20 2002-04-15  Rodrigo Moya <rodrigo@ximian.com>
21
22         * System.Data.Common/DbDataPermissionAttribute.cs:
23         * System.Data.Common/DataAdapter.cs:
24         * System.Data.Common/DataColumnMapping.cs:
25         * System.Data.Common/DbDataPermission.cs: added some implementation.
26
27 2002-04-15  Rodrigo Moya <rodrigo@ximian.com>
28
29         * System.Data.SqlClient/SqlConnection.cs: fixed constructor chaining
30         syntax, as pointed out by Levent Camlibel.
31
32 2002-04-14  Rodrigo Moya <rodrigo@ximian.com>
33
34         * System.Data.SqlTypes/SqlBinary.cs:
35         * System.Data.SqlTypes/INullable.cs: new skeletons.
36
37 2002-04-14  Daniel Morgan <danmorg@sc.rr.com>
38
39         * System.Data.SqlClient/PostgresLibrary.cs: new internal class, which
40         contains all calls the the PostgreSQL client library, to be used
41         everywhere in System.Data.SqlClient.
42
43 2002-03-30  Rodrigo Moya <rodrigo@ximian.com>
44
45         * System.Data.SqlClient/SqlConnection.cs: implemented basic
46         constructors.
47
48         * System.Data.SqlTypes/SqlNullValueException.cs: new skeletons.
49
50 2002-03-29  Rodrigo Moya <rodrigo@ximian.com>
51
52         * System.Data.Common/DbDataRecord.cs:
53         * System.Data.Common/DbEnumerator.cs:
54         * System.Data.Common/RowUpdatedEventArgs.cs:
55         * System.Data.Common/RowUpdatingEventArgs.cs:
56         * System.Data.Common/DbDataPermissionAttribute.cs: new skeletons.
57
58 2002-03-28  Rodrigo Moya <rodrigo@ximian.com>
59
60         * System.Data.Common/DataTableMappingCollection.cs:
61         * System.Data.Common/DbDataAdapter.cs:
62         * System.Data.Common/DbDataPermission.cs:
63         * System.Data.Common/DataTableMapping.cs: new skeletons.
64
65         * System.Data.SqlClient/SqlDataAdapter.cs:
66         * System.Data.SqlClient/SqlDataReader.cs:
67         * System.Data.SqlClient/SqlErrors.cs:
68         * System.Data.SqlClient/SqlError.cs:
69         * System.Data.SqlClient/SqlException.cs:
70         * System.Data.SqlClient/SqlParameter.cs:
71         * System.Data.SqlClient/SqlParameterCollection.cs:
72         * System.Data.SqlClient/SqlTransaction.cs:
73         * System.Data.SqlClient/SqlCommand.cs: fixed skeletons.
74
75 2002-03-27  Rodrigo Moya <rodrigo@ximian.com>
76
77         * System.Data.Common/DataColumnMapping.cs:
78         * System.Data.Common/DataColumnMappingCollection.cs:
79         * System.Data.Common/DataAdapter.cs: created skeletons.
80
81         * System.Data.build: exclude new directories from build.
82
83 2002-03-27  Rodrigo Moya <rodrigo@ximian.com>
84
85         * System.Data.SqlClient/SqlTransaction.cs: started implementation.
86         
87         * System.Data.SqlClient/SqlConnection.cs (BeginTransaction):
88         implemented (2 methods).
89
90 2002-03-24  Duncan Mak  <duncan@ximian.com>
91
92         * System.Data.build: Excluded System.Data.SqlClient from the build.
93         The stubs are incomplete and they are stopping the build.
94
95         * System.Data.SqlClient/SqlCommand.cs: Replaced 'implements' with ':'.
96
97 2002-03-24  Rodrigo Moya <rodrigo@ximian.com>
98
99         * System.Data.SqlClient/*: added skeletons for the SQL managed
100         provider for ADO.Net, to be based initially in PostgreSQL.
101
102 2002-03-15  Christopher Podurgiel <cpodurgiel@msn.com>
103         
104         Changed the Namespace on some Enums from mono.System.Data to System.Data
105
106 2002-03-01  Christopher Podurgiel <cpodurgiel@msn.com>
107
108         * DataColumnCollection.cs : When an existing DataColumn is added, will now Assign a 
109                 default name if the ColumnName is null.
110         * DataSet.cs : Added
111         * DataTable.cs : Added
112         * DataRelationCollection.cs : Added
113         * DataTableRelationCollection.cs : Added
114         * DataColumn : Added
115
116 2002-02-11  Christopher Podurgiel <cpodurgiel@msn.com>
117
118         * DataColumnChangeEventArgs.cs : Added
119         * DataColumnCollection.cs : Added
120
121 2002-02-10  Christopher Podurgiel <cpodurgiel@msn.com>
122         
123         * Removed *.cs from System.Data as the correct files are in mcs/class/System.Data/System.Data
124         * Updated all Enums, Interfaces, and Delegates in System.Data