Anthony Tuininga
39ff9fc189
Removed preview status from SODA but added a link to the tracking issue.
2019-07-02 14:10:30 -06:00
Anthony Tuininga
15ce3024ee
Be clearer about what sort of payloads are supported and in particular what
...
happens to strings if they are used in RAW queues.
2019-07-02 14:09:48 -06:00
Anthony Tuininga
a120647c76
Add note indicating when attribute was added.
2019-06-19 16:04:46 -06:00
Anthony Tuininga
e6a825db27
Adjusted documentation to follow new API.
2019-06-19 16:02:34 -06:00
Anthony Tuininga
5f8d24dd24
Eliminated deprecation of attribute "id" on subscriptions. It is now populated
...
with the value of REGID found in the database view
USER_CHANGE_NOTIFICATION_REGS or the value of REG_ID found in the database
view USER_SUBSCR_REGISTRATIONS. For AQ subscriptions, the value is 0.
2019-06-19 16:01:57 -06:00
Anthony Tuininga
d8bde9ca54
Add doc for installing on a machine not connected to the Internet.
2019-06-11 19:15:57 -06:00
Anthony Tuininga
923eb054fc
Clarify release note.
2019-06-11 19:13:43 -06:00
Anthony Tuininga
c82ae6880d
Update doc for the latest Instant Client releases.
2019-06-11 19:12:31 -06:00
Anthony Tuininga
d4498cf9e0
Added support for Advanced Queueing RAW queues and bulk enqueue/dequeue.
2019-05-03 13:21:39 -06:00
Anthony Tuininga
04a7dec0d4
Added mode cx_Oracle.DEFAULT_AUTH as requested
...
(https://github.com/oracle/python-cx_Oracle/issues/293 ) and adjusted
documentation for other cases that specified None where None is not actually
a valid value.
2019-04-29 15:24:56 -06:00
Anthony Tuininga
f4bdd3fd68
Preparing to release cx_Oracle 7.1.3.
2019-04-24 09:57:03 -06:00
Anthony Tuininga
883262da07
Adjust documentation to indicate what cursor.rowcount returns for PL/SQL block
...
executions (https://github.com/oracle/python-cx_Oracle/issues/285 ).
2019-03-29 10:41:46 -06:00
Anthony Tuininga
e567eb3a58
Added support for SODA bulk insert available in Oracle Client 18.5 and higher.
2019-03-21 14:59:14 -06:00
Anthony Tuininga
43ebe8afed
Bump version in preparation for changes to be included in next version.
2019-03-21 14:57:53 -06:00
Anthony Tuininga
aaa84fe611
Add sample for using the call timeout feature available with cx_Oracle 7.0 and
...
Oracle Client 18.1 and higher.
2019-03-15 09:40:45 -06:00
Anthony Tuininga
f94bd1d8ac
Preparing to release cx_Oracle 7.1.2.
2019-03-12 16:40:45 -06:00
Anthony Tuininga
362aa82ea2
Clarify that the encoding and nencoding parameters are expected to be one of
...
the Python standard encodings.
2019-03-07 09:36:49 -07:00
Anthony Tuininga
1ccaf68369
Update ODPI-C; bump version in preparation for a new patch release.
2019-03-07 09:34:45 -07:00
Anthony Tuininga
9023609232
Preparing to release cx_Oracle 7.1.1.
2019-02-19 15:05:36 -07:00
Anthony Tuininga
e3d3764f5f
Installation doc improvements.
2019-02-19 15:00:00 -07:00
Anthony Tuininga
5603d2a898
Miscellaneous installation documentation updates.
2019-02-04 16:42:03 -07:00
Anthony Tuininga
3febfa8375
Remove -dev designation in preparation for release of cx_Oracle 7.1.
2019-02-04 15:46:05 -07:00
Anthony Tuininga
eae8a2bf08
Preparing to release cx_Oracle 7.1.
2019-02-04 15:40:04 -07:00
Anthony Tuininga
491e61ac19
Added missing documentation on external authentication and homogeneous pools.
2019-02-04 15:30:21 -07:00
Anthony Tuininga
9ca1cdd892
Correct typo ( https://github.com/oracle/python-cx_Oracle/issues/258 ).
2019-01-28 09:07:51 -07:00
Anthony Tuininga
1824dd1aa0
Remove information that is not accurate.
2019-01-22 16:22:08 -07:00
Anthony Tuininga
4097a37ff2
Bump copyright notice into 2019 for changed files.
2019-01-22 16:00:29 -07:00
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
551204ebcb
Correct documentation on pool.release().
2019-01-22 14:22:06 -07:00
Anthony Tuininga
7ab01bb1b9
Installation tweaks for macOS; replace 12.2 references with 18.3.
2018-11-16 15:24:50 -07:00
Anthony Tuininga
e988d74363
Bump version to 7.1-dev now that changes have been made from version 7.0.
2018-10-31 09:19:27 -06:00
Anthony Tuininga
548440016e
Add support for passing an object type (such as those created by the method
...
connection.gettype()) as the first parameter to cursor.var(), as requested
(https://github.com/oracle/python-cx_Oracle/issues/231 ).
2018-10-30 16:32:05 -06: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
20c930e2e0
Be more clear about the requirements for use of SODA.
2018-09-14 11:07:22 -06:00
Anthony Tuininga
4d368ae980
Preparing to release cx_Oracle 7.0.
2018-09-13 13:38:37 -06:00
Anthony Tuininga
fc8cfbdf60
Improve documentation for SODA.
2018-09-11 20:50:28 -06:00
Anthony Tuininga
f647d738a5
Correct documentation now that variables bound to DML returning statements
...
always return an array.
2018-09-10 15:27:52 -06:00
Anthony Tuininga
64f65050a2
Add support (as preview) for SODA.
2018-09-10 11:37:53 -06:00
Anthony Tuininga
b611246a7b
Add support for getting the contents of a collection as a dictionary where the
...
keys are the indexes of the collection and the values are elements of the
collection.
2018-09-03 10:19:26 -06:00
Anthony Tuininga
30088c6cdb
Added support for closing the session pool.
2018-09-03 10:17:22 -06:00
Anthony Tuininga
c46bc2165e
Adjust wording for Oracle Linux yum server.
2018-08-16 14:09:15 -06:00
Anthony Tuininga
effbb09e09
Correct links.
2018-08-08 16:17:54 -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
fce6a42c76
Add subtitle to macOS section to try to stop the prereq being missed.
2018-08-06 16:05:17 -06:00
Anthony Tuininga
888325989f
Adjust documentation now that better error message is produced.
2018-08-06 16:04:40 -06:00
Anthony Tuininga
ea4a9d120e
Support for Python 3.4 has been dropped.
2018-08-06 15:34:50 -06:00
Anthony Tuininga
d1d9b7da30
Documentation updates for Oracle Client 18 and a few other tweaks.
2018-08-06 15:34:23 -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
866df60fbc
Bump version to 7.0 and use ODPI-C master branch (3.0).
2018-07-12 10:45:15 -06:00