From 2d74315e1514f2ef16152e8ce9cbf4389889f010 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Wed, 17 Dec 2008 15:46:11 +0000 Subject: [PATCH] Add entry to HISTORY.txt in preparation for release of 5.0.1 early in the new year. --- HISTORY.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.txt b/HISTORY.txt index faab422..a4f6733 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,9 @@ +Changes from 5.0 to 5.0.1 + 1) Fix bug where NCLOB data would be corrupted upon retrieval (non Unicode + mode) or would generate exception ORA-24806 (LOB form mismatch). Oracle + insists upon differentiating between CLOB and NCLOB no mattter which + character set is being used for retrieval. + Changes from 4.4.1 to 5.0 1) Added support for Python 3.0 with much help from Amaury Forgeot d'Arc. 2) Removed support for Python 2.3 and Oracle 8i.