ChangeLog 941 B

1234567891011121314151617181920212223242526272829303132
  1. 2005-11-05 Kornél Pál <[email protected]>
  2. * app-net_2_0.config: Updated assembly versions to 2.0.0.0 (2.0 RTM).
  3. 2005-09-16 Senganal T <[email protected]>
  4. * System.Data.Connected.Tests.dll.sources: added more source files
  5. 2005-09-13 Sureshkumar T <[email protected]>
  6. * Makefile: Added reference to Sybase db.
  7. 2005-09-01 Sureshkumar T <[email protected]>
  8. * System.Data.Connected.Tests.dll.sources: source files.
  9. * app-default.config:
  10. * app-net_2_0.config:
  11. configuration files for profiles and lists the assembly
  12. informations for the Provider factory.
  13. * odbc.config:
  14. * sqlserver.config:
  15. connection string info for respective databases.
  16. * README: initial.
  17. pulled connected mode test-cases around Test/* directory into this
  18. new framework. This framework is based on nunit category based
  19. test-cases and uses Provider Factories provided in Mono.Data.dll
  20. to write provider independent code.