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

ChangeLog « Test « System.Data.OracleClient « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f02b4f4393288c8c26a503652e19d3310da73f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2006-02-09  Konstantin Triger <kostat@mainsoft.com>

	* Added Mainsoft OracleClient testsuite. The running instructions can be found at
	  System.Data.OracleClient.jvm/readme.txt.

2005-01-16  Daniel Morgan <danielmorgan@verizon.net>

	* ChangeLog: added file for oracle tests
	
	* testblob.cs: test loading a binary file into
	an Oracle BLOB column and then reading a BLOB column
	to a new binary file
	
	* testclob.cs: test loading a text file into
	an Oracle CLOB column and then reading a CLOB column
	to a new text file