ChangeLog 1.0 KB

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