Anthony Tuininga
9c7eb12448
Dropped support for callbacks on OCI functions.
2017-02-03 14:08:04 -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
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
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
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
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
richardlev
21baf7d0a6
Note that Connection.action can't be set to None.
2014-09-16 22:36:34 +00:00
Glen Walker
3e63e0cc42
Add support for query result set change notification
2012-11-23 14:10:07 +13:00
Anthony Tuininga
85d368a21d
Added support for new parameter (port) for subscription() call which allows
...
the client to specify the listening port for callback notifications from
the database server. Thanks to Geoffrey Weber for the initial patch.
2010-07-14 04:40:11 +00:00
Anthony Tuininga
4adc2550a1
Renamed to client_identifier as that is consistent with current_schema and is
...
also much more readable anyway.
2009-10-22 04:18:45 +00:00
Anthony Tuininga
a295178f22
Added support for setting the CLIENT_IDENTIFIER attribute on connections.
2009-10-21 05:08:56 +00:00
Anthony Tuininga
16d30345e6
Add comment about maximum length that Oracle allows for the module attribute.
2009-08-14 15:56:28 +00:00
Anthony Tuininga
7dc59bf171
Added additional comment stating that the connection should not be closed
...
before all subscriptions have been deleted or the subscriptions will not be
deregistered in the database.
2009-07-02 13:47:24 +00:00
Anthony Tuininga
ca3fb5019e
Remove the reference to only working on non-Windows platforms since others
...
have reported that the call does in fact work -- at least on some versions of
Windows.
2009-04-20 14:32:58 +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
432134ada8
The password can now be written.
2008-09-04 22:44:41 +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