[Zope-Checkins] CVS: Products/DCOracle2 - CHANGELOG:1.45
Matthew T. Kromer
matt@zope.com
Fri, 8 Feb 2002 11:09:02 -0500
Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv677
Modified Files:
CHANGELOG
Log Message:
backed out AI change notice
=== Products/DCOracle2/CHANGELOG 1.44 => 1.45 ===
o Tweaked binary installer to only care about minor level
of python 2.1
- o Applied patches from Marc Wilhelm at Apollis Interactive
- for:
- - Releasing the statement handle when the per-cursor
- error handle allocation fails
- - Changing Cursor_fetch to raise an error when it is
- exhausted
- - Handling 10 digit PyNumbers which will fit in an int
- - A possible debug trace statement dereferenced a null
- pointer
- - Changed default size of stored procedure OUT parameters
- which are varchar2 to to be 32000 bytes
- - Retries an execute once on a ORA-0468 when stored
- procedure code changes
- - Changes to that short parameter lists to procedures
- will not raise an error [I may back this one out later]
- - Handle floating point conversion with ',' as the
- decimal separator
Desired Features Not Yet Implemented: