2002-03-24 Rodrigo Moya <rodrigo@ximian.com>
[mono.git] / mcs / class / System.Data / ChangeLog
1 2002-03-24  Rodrigo Moya <rodrigo@ximian.com>
2
3         * System.Data.SqlClient/*: added skeletons for the SQL managed
4         provider for ADO.Net, to be based initially in PostgreSQL.
5
6 2002-02-10  Christopher Podurgiel <cpodurgiel@msn.com>
7         
8         * Removed *.cs from System.Data as the correct files are in mcs/class/System.Data/System.Data
9         * Updated all Enums, Interfaces, and Delegates in System.Data
10
11 2002-02-11  Christopher Podurgiel <cpodurgiel@msn.com>
12
13         * DataColumnChangeEventArgs.cs : Added
14         * DataColumnCollection.cs : Added
15
16 2002-03-01  Christopher Podurgiel <cpodurgiel@msn.com>
17
18         * DataColumnCollection.cs : When an existing DataColumn is added, will now Assign a 
19                 default name if the ColumnName is null.
20         * DataSet.cs : Added
21         * DataTable.cs : Added
22         * DataRelationCollection.cs : Added
23         * DataTableRelationCollection.cs : Added
24         * DataColumn : Added
25 2002-03-15  Christopher Podurgiel <cpodurgiel@msn.com>
26         
27         Changed the Namespace on some Enums from mono.System.Data to System.Data