Update of /cvsroot/informixdb/informixdb/doc
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1134
Modified Files:
manual.txt
Log Message:
Doc update, set release date
Index: manual.txt
===================================================================
RCS file: /cvsroot/informixdb/informixdb/doc/manual.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** manual.txt 11 Nov 2006 22:36:39 -0000 1.15
--- manual.txt 2 Dec 2006 01:50:46 -0000 1.16
***************
*** 5,9 ****
:Authors: Daniel Smertnig and Carsten Haese
:Version: informixdb 2.4
! :Date: TBD
:Homepage: `InformixDB on Sourceforge`_
--- 5,9 ----
:Authors: Daniel Smertnig and Carsten Haese
:Version: informixdb 2.4
! :Date: 2006-12-02
:Homepage: `InformixDB on Sourceforge`_
***************
*** 293,296 ****
--- 293,300 ----
>>> cursor.execute(cursor.command, params2)
+ `New in version 2.4`: You may pass `None` instead of `cursor.command` to
+ execute the previously prepared query. This reduces code clutter if your
+ cursor instances have long names.
+
Using named cursors
-------------------
|