ChangeLog 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. 2002-06-01 Rodrigo Moya <[email protected]>
  2. * libgda.cs: added new libgda API functions.
  3. * OleDbConnection.cs (Provider): implemented.
  4. (BeginTransaction): made it overload IDbConnection methods.
  5. (ChangeDatabase): new stub, needs some work on libgda for being
  6. implemented.
  7. (Clone): new stub.
  8. (Close): implemented.
  9. (CreateCommand): implemented.
  10. (GetOleDbSchemaTable): new stub, until I understand what to do here.
  11. (Open): implemented basic stuff, which is just supporting connection
  12. strings that represent a GDA data source name. More to come.
  13. (InfoMessage, StateChange): added events.
  14. * TestOleDb.cs: test program for System.Data.OleDb.
  15. 2002-05-29 Rodrigo Moya <[email protected]>
  16. * libgda.cs: added static constructor.
  17. (GdaClient): new static property to get the underlying GdaClient
  18. object.
  19. * OleDbConnection.cs: removed GDA initialization, which belongs to
  20. the static 'libgda' class.
  21. 2002-05-29 Rodrigo Moya <[email protected]>
  22. * libgda.cs: static class for libgda API calls.
  23. * OleDbConnection.cs: implemented constructors.
  24. (ConnectionString, Connectiontimeout, Database, State):
  25. implemented class properties.
  26. (BeginTransaction): implemented.
  27. * OleDbTransaction.cs: implemented protected constructors.
  28. * TestGDA.cs: simple test for libgda API.
  29. 2002-05-27 Rodrigo Moya <[email protected]>
  30. Started System.Data.OleDb provider, based on libgda.