2002-06-02 Rodrigo Moya <rodrigo@ximian.com>
[mono.git] / mcs / class / System.Data / System.Data.OleDb / ChangeLog
1 2002-06-02  Rodrigo Moya <rodrigo@ximian.com>
2
3         * OleDbTransaction.cs (Connection, IsolationLevel, Begin,
4         Commit, Rollback): implemented.
5         (GdaConnection): added new internal property.
6
7         * OleDbParameter.cs:
8         * OleDbParameterCollection.cs: implemented some methods and
9         properties.
10
11         * libgda.cs: added yet more libgda API functions.
12
13 2002-06-01  Rodrigo Moya <rodrigo@ximian.com>
14
15         * libgda.cs: added new libgda API functions.
16
17         * OleDbConnection.cs (Provider): implemented.
18         (BeginTransaction): made it overload IDbConnection methods.
19         (ChangeDatabase): new stub, needs some work on libgda for being
20         implemented.
21         (Clone): new stub.
22         (Close): implemented.
23         (CreateCommand): implemented.
24         (GetOleDbSchemaTable): new stub, until I understand what to do here.
25         (Open): implemented basic stuff, which is just supporting connection
26         strings that represent a GDA data source name. More to come.
27         (InfoMessage, StateChange): added events.
28
29         * TestOleDb.cs: test program for System.Data.OleDb.
30
31 2002-05-29  Rodrigo Moya <rodrigo@ximian.com>
32
33         * libgda.cs: added static constructor.
34         (GdaClient): new static property to get the underlying GdaClient
35         object.
36
37         * OleDbConnection.cs: removed GDA initialization, which belongs to
38         the static 'libgda' class.
39
40 2002-05-29  Rodrigo Moya <rodrigo@ximian.com>
41
42         * libgda.cs: static class for libgda API calls.
43
44         * OleDbConnection.cs: implemented constructors.
45         (ConnectionString, Connectiontimeout, Database, State):
46         implemented class properties.
47         (BeginTransaction): implemented.
48
49         * OleDbTransaction.cs: implemented protected constructors.
50
51         * TestGDA.cs: simple test for libgda API.
52
53 2002-05-27  Rodrigo Moya <rodrigo@ximian.com>
54
55         Started System.Data.OleDb provider, based on libgda.