Anthony Tuininga
|
647198bd88
|
cursor.connection is an attribute, not a method!
|
2017-01-12 11:50:16 -07:00 |
|
Anthony Tuininga
|
cb3f833a63
|
Added support for binding objects and setting attributes on objects of numbers,
strings and dates.
|
2016-02-09 14:51:30 -07:00 |
|
Anthony Tuininga
|
3eeff96403
|
Added support for scrollable cursors.
|
2016-02-05 17:19:40 -07:00 |
|
Anthony Tuininga
|
150303d995
|
Fix documentation on cursor.execute().
|
2016-02-05 12:25:21 -07:00 |
|
Anthony Tuininga
|
6fc79ec48d
|
Update the documentation on implicit results based on feedback.
|
2016-02-02 07:59:50 -07:00 |
|
Anthony Tuininga
|
84cd718977
|
Added support for Transaction Guard by including the attributes
connection.ltxid and error.isrecoverable as well as a sample that indicates
how it could be used.
|
2016-01-26 14:19:45 -07:00 |
|
Anthony Tuininga
|
e24fa35d93
|
Added support for getting implicit results (available in Oracle 12.1).
|
2016-01-21 17:11:57 -07:00 |
|
Anthony Tuininga
|
4207775655
|
Update documentation to indicate that DDL statements are executed when parsed.
|
2015-06-06 21:40:12 -06:00 |
|
Anthony Tuininga
|
661fddb046
|
Remove remaining remnants of support for Oracle 9i (and notes in documentation
at the same time).
|
2015-04-03 22:14:04 -06:00 |
|
Anthony Tuininga
|
15e7e7976b
|
Correct grammar.
|
2015-03-21 21:57:42 -06:00 |
|
Anthony Tuininga
|
287fdf1fcd
|
Fix reference.
|
2015-03-11 21:45:27 -06:00 |
|
Anthony Tuininga
|
e670b17e96
|
Added documentation for the new array DML and batch errors features.
|
2015-03-11 21:42:09 -06:00 |
|
Anthony Tuininga
|
79f8a9efc4
|
Update documentation for the addition of the typename argument to the
constructor of variable objects.
|
2011-03-20 04:55:42 +00:00 |
|
Anthony Tuininga
|
e316a391e9
|
Tweaked documentation as requested by Alex Vanderwoude and in preparation for
the release of 5.0.3.
|
2009-10-18 03:04:50 +00:00 |
|
Anthony Tuininga
|
0c859f8b87
|
Added support for named arguments in callproc() and callfunc() which make use
of PL/SQL notation for making such calls.
|
2009-09-29 04:56:31 +00:00 |
|
Anthony Tuininga
|
e123e93576
|
Preparing to release version 5.0.
|
2008-12-11 21:01:18 +00:00 |
|
Anthony Tuininga
|
9fe9f103d4
|
Added documentation for the fetchvars and bindvars attributes on cursors.
|
2008-10-28 17:18:43 +00:00 |
|
Anthony Tuininga
|
bb3bd2e6f1
|
Add a comment warning that parameters not passed in during subsequent
executions of a statement will retain their original values as requested by
Harald Armin Massa.
|
2008-10-08 18:35:26 +00:00 |
|
Anthony Tuininga
|
9b56028455
|
Set the default array size to 50 instead of 1 as the DB API suggests because
the performance difference is so drastic and many people have recommended that
the default be changed.
|
2008-05-23 15:58:11 +00:00 |
|
Anthony Tuininga
|
b8b97ac65a
|
Mark all files as text files to use native line endings; also indicate that the
cursor attribute description is indeed an attribute and not a method.
|
2008-05-23 14:21:11 +00:00 |
|
Anthony Tuininga
|
dd2cc400db
|
Clarify that callfunc() is an extension to the DB API.
|
2008-05-23 14:12:28 +00:00 |
|
Anthony Tuininga
|
4ce7d7955e
|
Transformed documentation to new format using restructured text. Thanks to
Waldemar Osuch for contributing the initial draft of the new documentation.
|
2008-05-22 15:00:39 +00:00 |
|