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
|
42e1663abb
|
Adjust documentation to improve clarity.
|
2018-05-29 21:56:37 -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
|
99866aed94
|
Clarify documentation a bit.
|
2018-05-18 14:35:30 -06:00 |
|
Anthony Tuininga
|
b9381892a5
|
Added support for timed waits when acquiring a session from a session pool and
added support for specifying the timeout and maximum lifetime session of
sessions in the pool when the pool is being created.
|
2018-05-16 14:09:59 -06:00 |
|
Anthony Tuininga
|
4ec7685f95
|
Added support for grouping notifications from subscriptions.
|
2018-05-16 14:09:01 -06:00 |
|
Anthony Tuininga
|
4d37c85974
|
Use default values for all parameters when creating a session pool.
|
2018-04-19 14:22:01 -06:00 |
|
Anthony Tuininga
|
c61973c28f
|
Added support for DML returning of multiple rows using cursor.executemany().
|
2018-03-28 16:24:41 -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
|
5b20ca92f4
|
Time only variables are not supported by Oracle so make that clear in the
documentation.
|
2018-01-11 16:55:59 -07:00 |
|
Anthony Tuininga
|
681c18675e
|
Update ODPI-C (adjust OCI prefetch; added options for authentication with
SYSBACKUP, SYSDG, SYSKM and SYSRAC, as requested
(https://github.com/oracle/python-cx_Oracle/issues/101).
|
2017-11-27 10:40:19 -07:00 |
|
Anthony Tuininga
|
abd472f950
|
Add note that edition and cclass parameters cannot be used together.
|
2017-11-17 21:40:00 -07: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
|
7fc5127aaa
|
Added support for connecting to specific shards of a sharded database by
specifying a shard key.
|
2017-09-12 13:29:47 -06:00 |
|
Anthony Tuininga
|
c11a5f93c2
|
Remove documentation on attributes that were removed in 6.0.
|
2017-08-18 11:00:15 -06:00 |
|
Anthony Tuininga
|
3e2dd725ad
|
Change default connectstring to localhost/orclpdb to be consistent with the
default value used in the Oracle Database installer.
|
2017-08-08 15:39:02 -06:00 |
|
Anthony Tuininga
|
398743569f
|
Improve documentation regarding encodings.
|
2017-06-16 16:49:00 -06:00 |
|
Anthony Tuininga
|
6494d161ba
|
Correct documentation for creating a session pool.
|
2017-03-28 14:36:43 -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
|
ebb1cb8093
|
Add Sphinx deprecated tags for constants.
|
2017-02-20 16:36:48 -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 |
|