ChangeLog 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. 2008-12-31 Gert Driesen <[email protected]>
  2. * ConnectionConfig.cs: Holds information on a specific connection and
  3. corresponding engine to test.
  4. * EngineConfig.cs: Holds information on the capabilities and behavior
  5. of an RDBMS engine.
  6. * EngineType.cs: Defines different database engines supported by the
  7. provider tests.
  8. * ConnectionManager.cs: Use DbProviderFactory and DbConnection
  9. on 2.0 profile. Added support for new Connection/Engine configuration.
  10. * ProviderTestsConfigurationHandler.cs: IConfigurationSectionHandler
  11. for the ProviderTests section.
  12. 2008-07-28 Gert Driesen <[email protected]>
  13. * ConnectionManager.cs: Fixed exception message. Code formatting.
  14. * DataProvider.cs: Code formatting.
  15. * DBHelper.cs: Removed extra using statement.
  16. 2007-05-30 Nagappan A <[email protected]>
  17. * DBHelper.cs: Fixed warnings of unused variables.
  18. 2007-03-09 Andreia Gaita <[email protected]>
  19. * ConnectionManager.cs: small fix to close the connection if we
  20. mean to change the connection string and open it again
  21. 2005-09-16 Senganal T <[email protected]>
  22. * DataProvider.cs : Provides data for validation
  23. DataProvider provides the data that is used for
  24. validating Sq[DataReader. Currently it uses a dataset
  25. to fill data from the database. Will be modified later to
  26. get the values from a config file.
  27. 2005-09-01 Sureshkumar T <[email protected]>
  28. * DBHelper.cs: Added. Class to provide helper methods for other tests.
  29. * ConnectionManager.cs: Added. Class to manage connections