99 Commits

Author SHA1 Message Date
Anthony Tuininga
0f3b0f17c0 Added support for using the C API for advanced queuing. 2016-03-01 15:34:05 -07:00
Anthony Tuininga
92ec23930b Added support for initializing a collection upon creation; provided a synonym
for newobject() in simply calling the type directly (as a convenience).
2016-02-24 14:16:40 -07:00
Anthony Tuininga
6f52f6ce39 Added support for manipluating PL/SQL collections (both ordered and unordered). 2016-02-16 15:51:01 -07:00
Anthony Tuininga
cd9fced3e6 Remove deprecated variable attributes maxlength and allocelems. 2016-02-09 17:11:06 -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
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
6fc79ec48d Update the documentation on implicit results based on feedback. 2016-02-02 07:59:50 -07:00
Anthony Tuininga
2da756e0cc Added support for setting the max lifetime session of pool connections, a
feature added to Oracle Database in 12.1.
2016-01-26 14:32:59 -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
54eaacca1b Bump copyright into 2016. 2016-01-21 17:16:25 -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
804ee75b0e Preparing to release 5.2.1. 2016-01-18 21:21:49 -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
2398ed617d Prepare for release of 5.2.1. 2016-01-13 11:33:56 -07:00
Anthony Tuininga
f94e9e9f33 Updated documentation to account for the new externalauth argument. 2016-01-02 21:57:33 -07:00
Anthony Tuininga
168d61670e Removed password attribute from connection and session pool objects in order
to promote best security practices (if stored in RAM in cleartext it can be
read in process dumps, for example). For those who would like to retain this
feature, a subclass of Connection could be used to store the password.
2015-07-31 14:31:13 -06: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
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
475a60e1fe Added note to indicate inclusion of pull request #15. 2015-05-02 08:43:13 -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
96028a455a Added support for LOBs greater than 4 GB in length. 2015-03-13 21:30:28 -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
a0ef59cd6c Add reference to issue #7. 2015-03-11 20:58:45 -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
Anthony Tuininga
dc0088c518 The next release will be named 5.2. 2015-03-11 20:21:27 -06:00
Anthony Tuininga
f749e02fb4 Added support for building without any configuration changes to the machine
when using instant client RPMs on Linux.
2015-03-11 19:54:04 -06:00
Anthony Tuininga
411e7cebfb Added initial cut of release notes based on what has already been committed. 2015-03-10 21:16:08 -06:00
richardlev
21baf7d0a6 Note that Connection.action can't be set to None. 2014-09-16 22:36:34 +00:00
Jakob Gurnhofer
9f2feac224 Add SYSASM to doc 2014-07-15 15:28:58 +02:00
Anthony Tuininga
6c86da34ad Fix attribution as requested by Shai Berger. 2014-05-20 18:09:00 -06:00
Anthony Tuininga
f3d4c3aa48 Bump copyright into 2014. 2014-05-19 22:43:28 -06:00
Anthony Tuininga
fde2c64c88 Preparing to release 4.1.3. 2014-05-19 22:31:09 -06:00
Anthony Tuininga
9515b93b35 Move documentation to Read the Docs instead of distributing directly. 2014-05-19 22:26:58 -06: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
73d7b98dc6 Updated documentation and bumped copyright into 2012. 2012-07-02 23:07:36 -06:00
Anthony Tuininga
7556b56653 Preparing to release 5.1.2. 2012-06-23 21:53:15 -06: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
d72e31ff7e Change line endings to canonical type (using eol extension). 2012-03-03 20:01:45 -07:00
Anthony Tuininga
451ea21d9b Preparing to release 5.1.1. 2011-10-09 04:39:05 +00: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
bccdfccea8 Preparing to release 5.1. 2011-03-20 04:57:10 +00: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