| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- 2002-06-01 Rodrigo Moya <[email protected]>
- * libgda.cs: added new libgda API functions.
- * OleDbConnection.cs (Provider): implemented.
- (BeginTransaction): made it overload IDbConnection methods.
- (ChangeDatabase): new stub, needs some work on libgda for being
- implemented.
- (Clone): new stub.
- (Close): implemented.
- (CreateCommand): implemented.
- (GetOleDbSchemaTable): new stub, until I understand what to do here.
- (Open): implemented basic stuff, which is just supporting connection
- strings that represent a GDA data source name. More to come.
- (InfoMessage, StateChange): added events.
- * TestOleDb.cs: test program for System.Data.OleDb.
- 2002-05-29 Rodrigo Moya <[email protected]>
- * libgda.cs: added static constructor.
- (GdaClient): new static property to get the underlying GdaClient
- object.
- * OleDbConnection.cs: removed GDA initialization, which belongs to
- the static 'libgda' class.
- 2002-05-29 Rodrigo Moya <[email protected]>
- * libgda.cs: static class for libgda API calls.
- * OleDbConnection.cs: implemented constructors.
- (ConnectionString, Connectiontimeout, Database, State):
- implemented class properties.
- (BeginTransaction): implemented.
- * OleDbTransaction.cs: implemented protected constructors.
- * TestGDA.cs: simple test for libgda API.
- 2002-05-27 Rodrigo Moya <[email protected]>
- Started System.Data.OleDb provider, based on libgda.
|