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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data.OracleClient/System.Data.OracleClient.jvm/ChangeLog')
-rw-r--r--mcs/class/System.Data.OracleClient/System.Data.OracleClient.jvm/ChangeLog20
1 files changed, 0 insertions, 20 deletions
diff --git a/mcs/class/System.Data.OracleClient/System.Data.OracleClient.jvm/ChangeLog b/mcs/class/System.Data.OracleClient/System.Data.OracleClient.jvm/ChangeLog
deleted file mode 100644
index f1816c02462..00000000000
--- a/mcs/class/System.Data.OracleClient/System.Data.OracleClient.jvm/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-2006-04-26 Konstantin Triger <kostat@mainsoft.com>
-
- * OracleParameter.cs: map NCHAR to VARCHAR type.
-
-2006-03-05 Konstantin Triger <kostat@mainsoft.com>
-
- * OracleDataReader.cs, OracleConvert.cs: correct handling of Oracle specific types.
-
-2006-02-26 Konstantin Triger <kostat@mainsoft.com>
-
- * OracleDataReader.cs: Added GetOracleXXX stubs.
- * OracleCommand.cs: Added ExecuteOracleXXX stubs.
-
-2006-02-26 Konstantin Triger <kostat@mainsoft.com>
-
- * Regex.cs: Added.
-
-2006-02-19 Konstantin Triger <kostat@mainsoft.com>
-
- * OracleConnection.cs: follow JDBC provider generic adapter mechanism.