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: ed916f18bf962237c677b665701dc35e3873ca37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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