Anthony Tuininga
|
ed88224241
|
Added support for a session callback (written in either PL/SQL or Python)
which will be called when the actual tag assigned to a session doesn't match
the tag requested.
|
2019-01-22 14:25:33 -07:00 |
|
Anthony Tuininga
|
74d9d71484
|
Use cx_Oracle.connect() in preference to cx_Oracle.Connection() in samples and
tests. Although the two are aliases of one another, it makes sense to be
consistent and to use the one that the DB API prefers as well.
|
2018-09-21 11:05:40 -06:00 |
|
Anthony Tuininga
|
fc8cfbdf60
|
Improve documentation for SODA.
|
2018-09-11 20:50:28 -06:00 |
|
Anthony Tuininga
|
64f65050a2
|
Add support (as preview) for SODA.
|
2018-09-10 11:37:53 -06:00 |
|
Anthony Tuininga
|
07386a6547
|
Add note indicating that the full version is not available when using client
libraries 12.2 or lower with Oracle Database 18 or higher.
|
2018-08-06 16:05:55 -06:00 |
|
Anthony Tuininga
|
fc3450d48a
|
Add support for call timeouts available in Oracle 18c and higher.
|
2018-07-12 10:46:12 -06:00 |
|
Anthony Tuininga
|
dc2601729a
|
Remove __future__ attributes for functionality which is now enabled permanently
in cx_Oracle 7: connections as context managers now close the connection and
variables in DML returning statements now return an array.
|
2018-07-12 10:45:40 -06:00 |
|
Anthony Tuininga
|
211298209b
|
Added support for receiving notifications when AQ messages are available to be
dequeued.
|
2018-05-29 21:54:06 -06:00 |
|
Anthony Tuininga
|
4ec7685f95
|
Added support for grouping notifications from subscriptions.
|
2018-05-16 14:09:01 -06:00 |
|
Anthony Tuininga
|
bab41ac544
|
Added support for specifying the IP address the subscription should use instead
of having the Oracle Client library determine the IP address on its own.
|
2018-05-16 14:08:28 -06:00 |
|
Anthony Tuininga
|
1bd8e95807
|
Added support for closing the connection when reaching the end of a code block
controlled by the connection as a context manager, but in a backwards
compatible way (https://github.com/oracle/python-cx_Oracle/issues/113).
|
2018-02-27 16:58:01 -07:00 |
|
Anthony Tuininga
|
9b1ce308b1
|
Added support for creating a temporary LOB directly.
|
2018-02-16 16:21:32 -07:00 |
|
Anthony Tuininga
|
fa43311bbc
|
Update ODPI-C; remove error "DPI-1054: connection cannot be closed when open
statements or LOBs exist"
(https://github.com/oracle/python-cx_Oracle/issues/138).
|
2018-01-26 21:18:16 -07:00 |
|
Anthony Tuininga
|
0e4c5621ef
|
Improve documentation for the connection attribute "current_schema".
|
2017-10-27 21:11:03 -06:00 |
|
Anthony Tuininga
|
78bc40cabf
|
Correct documentation for creating session pools; improve wording in a number
of places.
|
2017-10-13 19:17:07 -06:00 |
|
Anthony Tuininga
|
c8cd26021d
|
Adjusted formatting of documentation source pages in order to be consistent on
all pages.
|
2017-10-13 19:16:42 -06:00 |
|
Anthony Tuininga
|
f98a4f334a
|
Improve documentation on closing connections (or releasing them back to the
pool).
|
2017-09-01 16:22:44 -06:00 |
|
Anthony Tuininga
|
b28e04e901
|
Rework to use the ODPI-C library instead of direct OCI calls.
|
2017-03-07 13:21:49 -07:00 |
|
Anthony Tuininga
|
39ffdfc5d4
|
Improve documentation.
|
2017-02-21 14:17:17 -07:00 |
|
Anthony Tuininga
|
1bdfcb816f
|
Use intended release name instead of development now that release is imminent.
|
2017-02-20 16:22:19 -07:00 |
|
Anthony Tuininga
|
dceea89925
|
Moved documentation source to separate directory and rename build directory to
match the name used in newer versions of Sphinx.
|
2017-02-20 16:15:33 -07:00 |
|