Anthony Tuininga
809ead0b9c
Added support for starting up a database using a parameter file (PFILE), as
...
requested (https://github.com/oracle/python-cx_Oracle/issues/295 ).
2019-12-04 15:07:38 -07:00
Anthony Tuininga
6b73d2223f
cx_Oracle 8 when it is released will not support Python 2.7.
2019-12-04 15:06:25 -07:00
Anthony Tuininga
cb1c3aaa73
Explicitly mention Python 3.8 support.
2019-12-02 17:05:17 -07:00
Anthony Tuininga
1ed26d8d86
Preparing to release cx_Oracle 7.3.
2019-12-02 16:37:13 -07:00
Anthony Tuininga
79902e11e4
Added support for returning the rowid of the last row modified by an operation
...
on a cursor (or None if no row was modified).
2019-11-29 14:59:56 -07:00
Anthony Tuininga
efc3160d5f
Update IC links following redirection.
2019-11-20 14:33:03 -07:00
Anthony Tuininga
07498fefa1
Various documentation improvements.
2019-11-20 14:31:58 -07:00
Anthony Tuininga
3b306187b0
Added support for client initiated connections for subscriptions.
2019-11-13 16:51:23 -07:00
Anthony Tuininga
dad0419003
Documentation improvements and a new section on connecting to Autonomous
...
Database.
2019-11-13 16:48:47 -07:00
Anthony Tuininga
495541ca20
Add support for setting maxSessionsPerShard attribute for session pools.
2019-11-13 16:47:09 -07:00
Anthony Tuininga
e433c720c9
Improved documentation.
2019-10-01 11:17:29 -06:00
Anthony Tuininga
ee893d35f4
Releasing cx_Oracle 7.2.3.
2019-10-01 11:17:08 -06:00
Anthony Tuininga
4e783a9e67
Improve documentation based on feedback
...
(https://github.com/oracle/python-cx_Oracle/issues/343 ).
2019-08-28 10:40:51 -06:00
Anthony Tuininga
0ecf3e7187
Releasing cx_Oracle 7.2.2.
2019-08-12 21:22:26 -06:00
Anthony Tuininga
06a336926a
Bump version back to 7.3 in preparation for additional changes.
2019-08-08 14:23:41 -06:00
Anthony Tuininga
2cec047870
Update to new default PDB service name.
2019-08-08 14:19:23 -06:00
Anthony Tuininga
2c9f8d5ca4
Added user guide.
2019-08-08 14:15:14 -06:00
Anthony Tuininga
3696b35254
Bump version back to 7.2.1 in order to release user guide.
2019-08-08 14:13:51 -06:00
Anthony Tuininga
982a21b891
Clarify that cursor.arrayvar() can only be used for PL/SQL associative arrays
...
with contiguous keys.
2019-07-26 09:41:58 -06:00
Anthony Tuininga
e87c09a46d
Bumped version.
2019-07-25 14:34:43 -06:00
Anthony Tuininga
65c22693a6
Releasing cx_Oracle 7.2.1.
2019-07-25 14:29:33 -06:00
Anthony Tuininga
f91f907adf
Correct spelling mistakes and formatting.
2019-07-22 16:55:15 -06:00
Anthony Tuininga
d526de1893
Resolve MemoryError exception on Windows when using an output type handler
...
(https://github.com/oracle/python-cx_Oracle/issues/330 ).
2019-07-15 14:23:48 -06:00
Anthony Tuininga
6bdc8ee465
Improve documentation, particularly regarding proxy usage.
2019-07-05 14:32:12 -06:00
Anthony Tuininga
2ba66bbf71
Release notes for cx_Oracle 7.2.
2019-07-02 14:19:32 -06:00
Anthony Tuininga
d4c2c11517
Remove -dev designation in preparation for release of 7.2.
2019-07-02 14:18:26 -06:00
Anthony Tuininga
846bfab0d0
Add warning for use of Queue.enqMany().
2019-07-02 14:17:51 -06:00
Anthony Tuininga
955ef7ecf5
Improved session pooling documentation.
2019-07-02 14:12:22 -06:00
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