Anthony Tuininga
e0972e62ae
Updated the documentation to include the changes made with respect to the
...
statement cache and preparing statements.
2007-07-28 20:37:00 +00:00
Anthony Tuininga
39c33faea4
Added support for autocommit mode as requested by Ian Kelly.
2007-07-11 04:10:39 +00:00
Anthony Tuininga
eb18c5d52d
Added attribute cursor.rowfactory which allows a method to be called for each
...
row that would be returned; this is about 20% faster than calling the method
in Python instead using the idiom [method(*r) for r in cursor].
2007-07-04 16:57:36 +00:00
Anthony Tuininga
21f1839d1a
Fixed support for native doubles and floats in Oracle 10g; added new type
...
NATIVE_FLOAT to allow specification of a variable of that specific type where
desired. Thanks to D.R. Boxhoorn for pointing out the fact that this was not
working properly when the arraysize was anything other than 1.
2007-06-27 14:34:34 +00:00
Anthony Tuininga
43d4d2b287
Building document is now being done on my home machine which has a different
...
location for the Python source.
2007-06-24 04:33:21 +00:00
Anthony Tuininga
5667217ef4
Added source documentation files which are not released.
2007-06-13 21:22:30 +00:00