2002-04-14 Daniel Morgan <danmorg@sc.rr.com>
[mono.git] / mcs / class / System.Data / ChangeLog
1 2002-04-14  Daniel Morgan <danmorg@sc.rr.com>
2
3         * System.Data.SqlClient/PostgresLibrary.cs: new internal class, which
4         contains all calls the the PostgreSQL client library, to be used
5         everywhere in System.Data.SqlClient.
6
7 2002-03-30  Rodrigo Moya <rodrigo@ximian.com>
8
9         * System.Data.SqlClient/SqlConnection.cs: implemented basic
10         constructors.
11
12         * System.Data.SqlTypes/SqlNullValueException.cs: new skeletons.
13
14 2002-03-29  Rodrigo Moya <rodrigo@ximian.com>
15
16         * System.Data.Common/DbDataRecord.cs:
17         * System.Data.Common/DbEnumerator.cs:
18         * System.Data.Common/RowUpdatedEventArgs.cs:
19         * System.Data.Common/RowUpdatingEventArgs.cs:
20         * System.Data.Common/DbDataPermissionAttribute.cs: new skeletons.
21
22 2002-03-28  Rodrigo Moya <rodrigo@ximian.com>
23
24         * System.Data.Common/DataTableMappingCollection.cs:
25         * System.Data.Common/DbDataAdapter.cs:
26         * System.Data.Common/DbDataPermission.cs:
27         * System.Data.Common/DataTableMapping.cs: new skeletons.
28
29         * System.Data.SqlClient/SqlDataAdapter.cs:
30         * System.Data.SqlClient/SqlDataReader.cs:
31         * System.Data.SqlClient/SqlErrors.cs:
32         * System.Data.SqlClient/SqlError.cs:
33         * System.Data.SqlClient/SqlException.cs:
34         * System.Data.SqlClient/SqlParameter.cs:
35         * System.Data.SqlClient/SqlParameterCollection.cs:
36         * System.Data.SqlClient/SqlTransaction.cs:
37         * System.Data.SqlClient/SqlCommand.cs: fixed skeletons.
38
39 2002-03-27  Rodrigo Moya <rodrigo@ximian.com>
40
41         * System.Data.Common/DataColumnMapping.cs:
42         * System.Data.Common/DataColumnMappingCollection.cs:
43         * System.Data.Common/DataAdapter.cs: created skeletons.
44
45         * System.Data.build: exclude new directories from build.
46
47 2002-03-27  Rodrigo Moya <rodrigo@ximian.com>
48
49         * System.Data.SqlClient/SqlTransaction.cs: started implementation.
50         
51         * System.Data.SqlClient/SqlConnection.cs (BeginTransaction):
52         implemented (2 methods).
53
54 2002-03-24  Duncan Mak  <duncan@ximian.com>
55
56         * System.Data.build: Excluded System.Data.SqlClient from the build.
57         The stubs are incomplete and they are stopping the build.
58
59         * System.Data.SqlClient/SqlCommand.cs: Replaced 'implements' with ':'.
60
61 2002-03-24  Rodrigo Moya <rodrigo@ximian.com>
62
63         * System.Data.SqlClient/*: added skeletons for the SQL managed
64         provider for ADO.Net, to be based initially in PostgreSQL.
65
66 2002-02-10  Christopher Podurgiel <cpodurgiel@msn.com>
67         
68         * Removed *.cs from System.Data as the correct files are in mcs/class/System.Data/System.Data
69         * Updated all Enums, Interfaces, and Delegates in System.Data
70
71 2002-02-11  Christopher Podurgiel <cpodurgiel@msn.com>
72
73         * DataColumnChangeEventArgs.cs : Added
74         * DataColumnCollection.cs : Added
75
76 2002-03-01  Christopher Podurgiel <cpodurgiel@msn.com>
77
78         * DataColumnCollection.cs : When an existing DataColumn is added, will now Assign a 
79                 default name if the ColumnName is null.
80         * DataSet.cs : Added
81         * DataTable.cs : Added
82         * DataRelationCollection.cs : Added
83         * DataTableRelationCollection.cs : Added
84         * DataColumn : Added
85 2002-03-15  Christopher Podurgiel <cpodurgiel@msn.com>
86         
87         Changed the Namespace on some Enums from mono.System.Data to System.Data