ChangeLog 735 B

12345678910111213141516171819202122232425
  1. 2002-05-29 Rodrigo Moya <[email protected]>
  2. * libgda.cs: added static constructor.
  3. (GdaClient): new static property to get the underlying GdaClient
  4. object.
  5. * OleDbConnection.cs: removed GDA initialization, which belongs to
  6. the static 'libgda' class.
  7. 2002-05-29 Rodrigo Moya <[email protected]>
  8. * libgda.cs: static class for libgda API calls.
  9. * OleDbConnection.cs: implemented constructors.
  10. (ConnectionString, Connectiontimeout, Database, State):
  11. implemented class properties.
  12. (BeginTransaction): implemented.
  13. * OleDbTransaction.cs: implemented protected constructors.
  14. * TestGDA.cs: simple test for libgda API.
  15. 2002-05-27 Rodrigo Moya <[email protected]>
  16. Started System.Data.OleDb provider, based on libgda.