8f784a054fb08fc06a4a4e1af4a588210469479a
[mono.git] / mcs / class / System.Data / Test / ProviderTests / Common / ChangeLog
1 2008-02-02  Veerapuram Varadhan  <vvaradhan@novell.com>
2
3         * EngineConfig.cs: Add "ClientVersion" to use in tests.
4         ClientVersion holds the version of TDS used by Mono's SqlClient
5         implementation.
6         
7 2008-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
8
9         * ConnectionConfig.cs:  Holds information on a specific connection and
10         corresponding engine to test.
11         * EngineConfig.cs: Holds information on the capabilities and behavior
12         of an RDBMS engine.
13         * EngineType.cs: Defines different database engines supported by the
14         provider tests.
15         * ConnectionManager.cs: Use DbProviderFactory and DbConnection
16         on 2.0 profile. Added support for new Connection/Engine configuration.
17         * ProviderTestsConfigurationHandler.cs: IConfigurationSectionHandler
18         for the ProviderTests section.
19
20 2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
21
22         * ConnectionManager.cs: Fixed exception message. Code formatting.
23         * DataProvider.cs: Code formatting.
24         * DBHelper.cs: Removed extra using statement.
25
26 2007-05-30  Nagappan A  <anagappan@novell.com>
27
28         * DBHelper.cs: Fixed warnings of unused variables.
29
30 2007-03-09  Andreia Gaita  <avidigal@novell.com>
31
32         * ConnectionManager.cs: small fix to close the connection if we 
33         mean to change the connection string and open it again
34
35 2005-09-16  Senganal T  <tsenganal@novell.com>
36
37         * DataProvider.cs : Provides data for validation
38
39         DataProvider provides the data that is used for
40         validating Sq[DataReader. Currently it uses a dataset
41         to fill data from the database. Will be modified later to
42         get the values from a config file.
43
44 2005-09-01  Sureshkumar T  <tsureshkumar@novell.com>
45
46         * DBHelper.cs: Added. Class to provide helper methods for other tests.
47
48         * ConnectionManager.cs: Added. Class to manage connections
49