Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Data.Odbc « Test « System.Data « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7ecb34c9d297318bd0ac3a6a292c6934b260138d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
2004-08-31 Umadevi S <sumadevi@novell.com>
        * OdbcDataReaderTest.cs - Added a test for Numeric Type

2004-08-27  Sureshkumar T <tsureshkumar@novell.com>
	* OdbcDataReaderTest.cs - Added a test for TinyInt

2004-08-26  Sureshkumar T <tsureshkumar@novell.com>
        * OdbcDataReaderTest.cs - Added a test for DateTime - GetDateTimeTest
	* OdbcCommandTest.cs - Syntax Error Fix

2004-07-29 Umadevi S <sumadevi@novell.com>
	* OdbcCommandTest.cs - Added testcase for bug 62046. ExecuteNonQuery

2004-07-28 Umadevi S <sumadevi@novell.com>
	* OdbcCommandTest.cs - Added testcase for bug 61968. String values passed with quotes

2004-07-01  Sureshkumar T <tsureshkumar@novell.com>
	* Added test case for OdbcCommand.ExecuteScalar Method
	* New files:
		OdbcCommandTest.cs 	- test suite for OdbcCommand class.

2004-06-23  Sureshkumar T <TSureshkumar@novell.com>
	* Added test to check whether the OdbcConnection.Close method closes
	  all the handles.
	* New files:
		OdbcConnectionTest.cs 	- test suite for OdbcConnection class.

2004-06-16  Sureshkumar T <TSureshkumar@novell.com>
	* Added Odbc tests using MySql test database
	* New files:
		ChangeLog
		OdbcDataReaderTest.cs 	- test suite for OdbcDataReader class.
		OdbcDataAdapterTest.cs 	- test suite for OdbcDataAdapter class.