cx_Oracle 2.3

Anthony Tuininga anthony@computronix.com
Mon, 15 Oct 2001 10:58:27 -0600


I am pleased to announce the release of cx_Oracle version 2.3. The 
change log is as follows:

Changes from 2.2 to 2.3

 1) Incremental performance enhancements (dealing with reusing cursors 
and bind handles)
 2) Ensured that arrays of integers with a single float in them are all 
treated as floats, as suggested by Martin Koch.
 3) Fixed code dealing with scale and precision for both defining a 
numeric variable and for providing the cursor description; this 
eliminates the problem of an underflow error (OCI-22054) when retrieving 
data with non-zero scale.

As usual, you can download the new release from 
http://www.computronix.com/utilities

Anthony