Anthony Tuininga
2b9e80308e
Added support for specifying the encodings to use for strings in the database
...
at the session pool level in addition to for standalone connections.
2017-01-13 17:10:49 -07:00
Anthony Tuininga
0f3b0f17c0
Added support for using the C API for advanced queuing.
2016-03-01 15:34:05 -07:00
Anthony Tuininga
bc9d1745ab
Added support for editioning; documented the additional parameters to the
...
connection constructor that were missing; added missing versionadded directive
to the module documentation.
2016-02-03 21:17:18 -07:00
Anthony Tuininga
a3947fb244
Added support for binding native integers which has a slight performance
...
advantage.
2016-02-03 19:20:12 -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
f745c1eb08
Added note indicating that BOOLEAN was added in 5.2.1.
2016-01-21 17:27:28 -07:00
Anthony Tuininga
8c1e6f68e4
Added support for binding boolean values to PL/SQL booleans -- a feature that
...
is only available in Oracle 12.1 and higher.
2016-01-14 21:41:36 -07:00
Anthony Tuininga
f94e9e9f33
Updated documentation to account for the new externalauth argument.
2016-01-02 21:57:33 -07:00
Anthony Tuininga
3c36e8cde3
Added support for NCHAR, FIXED_NCHAR and LONG_NCHAR, which are the same as the
...
types UNICODE, FIXED_UNICODE and LONG_UNICODE (now deprecated).
2015-06-06 21:01:37 -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
ee62183b78
In 5.2 these attributes are exposed in Python 3.x as well as Python 2.x.
2015-03-11 20:49:59 -06:00
Anthony Tuininga
7cb69c1779
Fix typo.
2015-03-11 20:24:26 -06:00
Jakob Gurnhofer
9f2feac224
Add SYSASM to doc
2014-07-15 15:28:58 +02:00
Anthony Tuininga
27361c5a23
Remove tabs in favor of spaces in order to be consistent with all of the other
...
files.
2013-10-19 22:10:23 -06:00
Glen Walker
3e63e0cc42
Add support for query result set change notification
2012-11-23 14:10:07 +13:00
Anthony Tuininga
96a3468db6
Added suport for LONG_UNICODE which is a type that is used to handle long
...
unicode strings. These are not explicitly supported in Oracle but can be used
to bind to NCLOB, for example, without getting the "unimplemented or
unreasonable conversion requested" error.
2012-03-17 21:23:37 -06:00
Anthony Tuininga
0be30d0a64
Added support for specifying the service_name in the dsn generated by makedsn()
...
which can be done by not specifying a value for the sid (third parameter) and
using the keyword parameter service_name instead.
2011-08-28 04:20:07 +00:00
Anthony Tuininga
c18c0148f3
Added documentation for the UNICODE and FIXED_UNICODE variable types.
2009-06-19 13:40:13 +00:00
Anthony Tuininga
919c5b4559
Implemented a parse error offset as requested by Catherine Devlin.
2009-05-21 04:51:00 +00:00
Anthony Tuininga
f96e0adefd
Clean up some poorly proofread documentation!
2009-02-20 04:33:13 +00:00
Anthony Tuininga
fae8e5b72b
Fix duplicate reference.
2009-02-19 03:51:52 +00:00
Anthony Tuininga
3e58b423f4
Added documentation for the support for database change notification;
...
rearranged documentation on module constants since there are so many of them
and they can be reasonably grouped by the feature that uses them.
2009-02-16 17:32:41 +00:00
Anthony Tuininga
e123e93576
Preparing to release version 5.0.
2008-12-11 21:01:18 +00:00
Anthony Tuininga
337ae2998f
Added support for proxy authentication in session pools as requested by Michal
...
Wegrzynek (and thanks for the initial patch as well).
2008-09-15 19:41:54 +00:00
Anthony Tuininga
d92f88d6a9
Added documentation on exception handling as requested by Andreas Mock, who
...
also graciously provided an initial patch.
2008-09-03 05:11:11 +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