Andreas N ccff1df446 remove extra Attribute 18 лет назад
..
Assembly ccff1df446 remove extra Attribute 18 лет назад
Mainsoft.Data.Jdbc.Providers.jvm aa87a8bd51 Added OracleProvider implementation for TARGET_JVM 20 лет назад
System.Data.OracleClient 4c551e6f7f Fix for bingind procedure parameters by name rather than position contributed by Gary Thomas 18 лет назад
System.Data.OracleClient.Oci b537b2d2c7 Improved memory allocation time 19 лет назад
System.Data.OracleClient.jvm 683e24b4a8 Implemented respective AddWithValue methods 19 лет назад
Test bb2c742fc5 2007-05-25 Amit Biswas <[email protected]> 18 лет назад
ChangeLog f27cb6d543 2007-06-06 Nagappan A <[email protected]> 18 лет назад
Makefile bd7da4a3c1 Cleanup of unused variables and other compiler warnings. 19 лет назад
README.tests 2e3677ca91 Integrated the Mainsoft test suite into make run-test. Many tests still fail... 19 лет назад
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. 20 лет назад
System.Data.OracleClient.sln d63b262fed Set svn:eol-style to native. 19 лет назад
System.Data.OracleClient.vmwcsproj d63b262fed Set svn:eol-style to native. 19 лет назад
System.Data.OracleClient20.csproj 078bfb7274 Build java configuration using RT of JRE 1.4.2 for support of older java systems 18 лет назад
System.Data.OracleClient20.sln 5c697547f8 Grasshopper project system now uses csproj extension 19 лет назад
System.Data.OracleClient_test.dll.sources f27cb6d543 2007-06-06 Nagappan A <[email protected]> 18 лет назад
System.Data.OracleClient_test_default.dll.config.example 2e3677ca91 Integrated the Mainsoft test suite into make run-test. Many tests still fail... 19 лет назад
makefile.build c1498b1027 Update Java build system 18 лет назад
net_1_1_java_System.Data.OracleClient.dll.exclude.sources 21d3bf58b0 TARGET_JVM: update build system 20 лет назад
net_1_1_java_System.Data.OracleClient.dll.sources f7fd6ade29 add OracleProvider 20 лет назад
run-tests.bat d63b262fed Set svn:eol-style to native. 19 лет назад
run-tests.test.bat af316aaf0e Convert jgac to java_refs, and jre6 to jre 19 лет назад

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).