[Zope-Checkins] CVS: Products/DCOracle2 - CHANGELOG:1.46 Makefile:1.11
Matthew T. Kromer
matt@zope.com
Mon, 25 Feb 2002 11:21:36 -0500
Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv2436
Modified Files:
CHANGELOG Makefile
Log Message:
merges from object test branch
=== Products/DCOracle2/CHANGELOG 1.45 => 1.46 ===
o Tweaked binary installer to only care about minor level
of python 2.1
+ o Fixed tracing bug where a trace entry could dereference a
+ NULL pointer.
+ o Initialize connection in Object mode
+ o Made TABLE OF support work with stored procs, input and
+ output
Desired Features Not Yet Implemented:
=== Products/DCOracle2/Makefile 1.10 => 1.11 ===
#PYTHON=/usr/local/python2.0/bin/python
-PYTHON=python
-#PYTHON=python2.1
+#PYTHON=python
+PYTHON=python2.1
all: install