18 Commits

Author SHA1 Message Date
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