2009-06-12 Bill Holmes <billholmes54@gmail.com>
[mono.git] / mcs / class / System.Data / Test / System.Data.Odbc / ChangeLog
1 2009-01-18  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * OdbcCommandTest.cs: Added tests for CommandTimeout,
4         UpdatedRowSource, Dispose and ResetCommandTimeout. Added
5         ExecuteNonQuery/ExecuteReader/ExecuteScalar tests for a connection
6         that is not initialized or closed.
7
8 2009-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
9
10         * OdbcCommandBuilderTest.cs: Enabled test for QuoteIdentifier.
11
12 2008-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
13
14         * OdbcCommandBuilderTest.cs: Added tests for properties.
15
16 2008-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
17
18         * OdbcCommandBuilder.cs: Added test for ConflictOption default value.
19
20 2008-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
21
22         * OdbcCommandBuilderTest.cs: Added tests for QuotePrefix and
23         QuoteSuffix. Added tests for QuoteIdentifier (some still marked
24         NotWorking).
25         * OdbcConnectionStringBuilderTest.cs: Moved from ProviderTests.
26         Added and improved tests.
27
28 2008-08-26  Veerapuram Varadhan  <vvaradhan@novell.com>
29
30         * OdbcParameterTest.cs (OdbcTypeTest): Added test case for Binary
31         type check. 
32         
33 2008-07-03  Gert Driesen  <drieseng@users.sourceforge.net>
34
35         * OdbcDataAdapterTest.cs: Added test for UpdateBatchSize.
36
37 2008-03-03  Ankit Jain  <jankit@novell.com>
38
39         * OdbcMetaDataCollectionNamesTest.cs: New.
40
41 2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>
42
43         * OdbcDataAdapterTest.cs: Added tests for ctors, DeleteCommand,
44         InsertCommand, SelectCommand, UpdateCommand and Dispose.
45         * OdbcDataReaderTest.cs: fixed line endings.
46         * OdbcCommandTest.cs: Added tests for ctors and CommantText.
47         * OdbcConnectionTest.cs: Removed original test that relied on MySQL.
48         Added ctor tests. Added tests for BeginTransaction, GetSchema and
49         ServerVersion with connection that is closed.
50
51 2007-06-08  Nagappan A  <anagappan@novell.com>
52
53         * OdbcParameterTest.cs (OdbcTypeTest): The default data type of
54         OdbcParameter is changed to NVarChar.
55
56 2005-10-08  Sureshkumar T  <tsureshkumar@novell.com>
57
58         * OdbcParameterTest.cs (OdbcTypeTest): Disconnected Tests for
59         OdbcParameter class.
60
61 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
62
63         * OdbcPermissionAttributeTest.cs: Removed *Choice security actions.
64
65 2005-09-01  Sureshkumar T  <tsureshkumar@novell.com>
66
67         * OdbcDataAdapterTest.cs: moved to ProviderTests and integrated
68         with connected more framework.
69         * OdbcCommandTest.cs: -- do --.
70
71         * OdbcParameterCollectionTest.cs: Removed ParameterLengthTrimTest
72         to ProviderTests.
73
74 2005-02-15  Sureshkumar T  <tsureshkumar@novell.com>
75
76         * OdbcParameterCollectionTest.cs: fix for namespace collision
77         MonoTests.System & corlib System.
78         * OdbcDataReaderTest.cs: --do--
79
80 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
81
82         * OdbcPermissionTest.cs, OdbcPermissionAttributeTest.cs:
83           Fixed some incompatible type of exception between 2.0 and 1.1.
84
85 2004-11-26  Sureshkumar T  <tsureshkumar@novell.com>
86
87         * OdbcParameterCollectionTest.cs: New file for testing
88         OdbcParameterCollection's Add method.
89
90 2004-09-15  Sebastien Pouliot  <sebastien@ximian.com>
91
92         * OdbcPermissionTest.cs: New. Unit tests for OdbcPermission.
93
94 2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
95
96         * OdbcPermissionAttributeTest.cs: New. Unit tests for OdbcPermission
97         Attribute.
98
99 2004-08-31 Umadevi S <sumadevi@novell.com>
100         * OdbcDataReaderTest.cs - Added a test for Numeric Type
101
102 2004-08-27  Sureshkumar T <tsureshkumar@novell.com>
103         * OdbcDataReader.cs - Added a test for TinyInt
104
105 2004-08-26  Sureshkumar T <tsureshkumar@novell.com>
106         * OdbcDataReaderTest.cs - Added a test for DateTime - GetDateTimeTest
107         * OdbcCommandTest.cs - Syntax Error Fix
108
109 2004-07-29 Umadevi S <sumadevi@novell.com>
110         * OdbcCommandTest.cs - Added testcase for bug 62046. ExecuteNonQuery
111                                                                                                     
112
113 2004-07-28 Umadevi S <sumadevi@novell.com>
114         * OdbcCommandTest.cs - Added testcase for bug 61968. String values passed with quotes
115                                                                                                     
116
117 2004-07-01  Sureshkumar T <tsureshkumar@novell.com>
118         * Added test case for OdbcCommand.ExecuteScalar Method
119         * New files:
120                 OdbcCommandTest.cs      - test suite for OdbcCommand class.
121
122 2004-06-23  Sureshkumar T <TSureshkumar@novell.com>
123         * Added test to check whether the OdbcConnection.Close method closes
124           all the handles.
125         * New files:
126                 OdbcConnectionTest.cs   - test suite for OdbcConnection class.
127
128 2004-06-16  Sureshkumar T <TSureshkumar@novell.com>
129         * Added Odbc tests using MySql test database
130         * New files:
131                 ChangeLog
132                 OdbcDataReaderTest.cs   - test suite for OdbcDataReader class.
133                 OdbcDataAdapterTest.cs  - test suite for OdbcDataAdapter class.