Leszek 'skolima' Ciesielski d63b262fed Set svn:eol-style to native. há 19 anos atrás
..
Assembly f025af4ffc TARGET_JVM: initial OracleClient implementation há 20 anos atrás
Mainsoft.Data.Jdbc.Providers.jvm aa87a8bd51 Added OracleProvider implementation for TARGET_JVM há 20 anos atrás
System.Data.OracleClient d63b262fed Set svn:eol-style to native. há 19 anos atrás
System.Data.OracleClient.Oci d63b262fed Set svn:eol-style to native. há 19 anos atrás
System.Data.OracleClient.jvm 45a9e13483 fixing overriding final method há 19 anos atrás
Test d63b262fed Set svn:eol-style to native. há 19 anos atrás
ChangeLog 2e3677ca91 Integrated the Mainsoft test suite into make run-test. Many tests still fail... há 19 anos atrás
Makefile 81ed9a5b7f Fixed bug 78509 in OracleParameter (trimming trailing spaces) and added regression test. há 19 anos atrás
README.tests 2e3677ca91 Integrated the Mainsoft test suite into make run-test. Many tests still fail... há 19 anos atrás
System.Data.OracleClient.dll.sources 431f1b3485 Moved assembly version and assembly reference constants to a common Consts.cs file. Updated 2.0.3600.0 assembly versions to 2.0.0.0. Updated some old beta version numbers to recent ones. Fixed hard coded assembly references to use constants with the appropriate version number. há 20 anos atrás
System.Data.OracleClient.sln d63b262fed Set svn:eol-style to native. há 19 anos atrás
System.Data.OracleClient.vmwcsproj d63b262fed Set svn:eol-style to native. há 19 anos atrás
System.Data.OracleClient20.sln d63b262fed Set svn:eol-style to native. há 19 anos atrás
System.Data.OracleClient20.vmwcsproj d63b262fed Set svn:eol-style to native. há 19 anos atrás
System.Data.OracleClient_test.dll.sources 2e3677ca91 Integrated the Mainsoft test suite into make run-test. Many tests still fail... há 19 anos atrás
System.Data.OracleClient_test_default.dll.config.example 2e3677ca91 Integrated the Mainsoft test suite into make run-test. Many tests still fail... há 19 anos atrás
net_1_1_java_System.Data.OracleClient.dll.exclude.sources 21d3bf58b0 TARGET_JVM: update build system há 20 anos atrás
net_1_1_java_System.Data.OracleClient.dll.sources f7fd6ade29 add OracleProvider há 20 anos atrás
run-tests.bat d63b262fed Set svn:eol-style to native. há 19 anos atrás
run-tests.test.bat d63b262fed Set svn:eol-style to native. há 19 anos atrás

README.tests

Some tests located require a connection to Oracle database to execute.
To configure a connection, copy System.Data.OracleClient_test_default.dll.config.example
to System.Data.OracleClient_test_default.dll.config and fill in the ConnectionString with appropriate Data Source.

If no System.Data.OracleClient_test_default.dll.config is present, those tests will be ignored.

To test .Net 2.0 profile, copy System.Data.OracleClient_test_default.dll.config
to System.Data.OracleClient_test_net_2_0.dll.config and launch tests with PROFILE=net_2_0 .

Scripts for populating the database are located in Test/System.Data.OracleClient.jvm (for their usage, consult Test/System.Data.OracleClient.jvm/readme.txt).