ChangeLog 818 B

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