2002-03-27 Rodrigo Moya <rodrigo@ximian.com>
[mono.git] / mcs / class / System.Data / ChangeLog
1 2002-03-27  Rodrigo Moya <rodrigo@ximian.com>
2
3         * System.Data.SqlClient/SqlTransaction.cs: started implementation.
4         
5         * System.Data.SqlClient/SqlConnection.cs (BeginTransaction):
6         implemented (2 methods).
7
8 2002-03-24  Duncan Mak  <duncan@ximian.com>
9
10         * System.Data.build: Excluded System.Data.SqlClient from the build.
11         The stubs are incomplete and they are stopping the build.
12
13         * System.Data.SqlClient/SqlCommand.cs: Replaced 'implements' with ':'.
14
15 2002-03-24  Rodrigo Moya <rodrigo@ximian.com>
16
17         * System.Data.SqlClient/*: added skeletons for the SQL managed
18         provider for ADO.Net, to be based initially in PostgreSQL.
19
20 2002-02-10  Christopher Podurgiel <cpodurgiel@msn.com>
21         
22         * Removed *.cs from System.Data as the correct files are in mcs/class/System.Data/System.Data
23         * Updated all Enums, Interfaces, and Delegates in System.Data
24
25 2002-02-11  Christopher Podurgiel <cpodurgiel@msn.com>
26
27         * DataColumnChangeEventArgs.cs : Added
28         * DataColumnCollection.cs : Added
29
30 2002-03-01  Christopher Podurgiel <cpodurgiel@msn.com>
31
32         * DataColumnCollection.cs : When an existing DataColumn is added, will now Assign a 
33                 default name if the ColumnName is null.
34         * DataSet.cs : Added
35         * DataTable.cs : Added
36         * DataRelationCollection.cs : Added
37         * DataTableRelationCollection.cs : Added
38         * DataColumn : Added
39 2002-03-15  Christopher Podurgiel <cpodurgiel@msn.com>
40         
41         Changed the Namespace on some Enums from mono.System.Data to System.Data