Anthony Tuininga
|
db1b7ae60d
|
Various documentation improvements.
|
2020-06-03 09:10:38 -06:00 |
|
Anthony Tuininga
|
20686a1fc9
|
Various documentation and samples improvements.
|
2020-05-18 16:34:23 -06:00 |
|
Anthony Tuininga
|
633371db7d
|
Small tweak to pull request for consistency in naming; update release notes
(https://github.com/oracle/python-cx_Oracle/pull/438).
|
2020-05-18 14:29:21 -06:00 |
|
Anthony Tuininga
|
0b39b9e801
|
Update release notes.
|
2020-05-18 14:23:42 -06:00 |
|
Anthony Tuininga
|
f4148aeb6f
|
Improve the doc on network pinging
|
2020-05-18 13:46:57 -06:00 |
|
Anthony Tuininga
|
856d0aab76
|
Tweaks to boolean variable improvements patch supplied by Alex Henrie
(https://github.com/oracle/python-cx_Oracle/pull/435).
|
2020-05-15 21:47:40 -06:00 |
|
Alex Henrie
|
17fd92f8f6
|
Convert Python objects to booleans based on their Python truth value (#435)
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
|
2020-05-15 17:00:13 -06:00 |
|
Anthony Tuininga
|
d39ceb3280
|
Update release notes.
|
2020-04-20 10:25:44 -06:00 |
|
Anthony Tuininga
|
6dc0263f1f
|
Modify documentation based on change to comparison between database types and
DB API types.
|
2020-04-13 10:00:58 -06:00 |
|
Anthony Tuininga
|
54ab4b19f0
|
Improve DBMS_OUTPUT example, as suggested
(https://github.com/oracle/python-cx_Oracle/issues/412).
|
2020-04-06 14:03:20 -06:00 |
|
Anthony Tuininga
|
5071278938
|
And an examples section header and link to the tutorial.
|
2020-04-06 14:02:46 -06:00 |
|
Anthony Tuininga
|
9377a9a0ef
|
Documentation improvements.
|
2020-04-06 13:52:58 -06:00 |
|
Anthony Tuininga
|
52035c3b85
|
Add missing release note.
|
2020-02-14 10:33:43 -07:00 |
|
Anthony Tuininga
|
4ffbc9cac8
|
Added support for specifying the fetch array size when fetching documents from
a SODA collection -- available in Oracle Client 19.5 and higher.
|
2020-02-14 10:33:07 -07:00 |
|
Anthony Tuininga
|
9beb4aa907
|
Added support for SODA collection truncate, available in Oracle Client 20 and
higher.
|
2020-02-14 10:31:08 -07:00 |
|
Anthony Tuininga
|
44be257534
|
Add support for saving SODA documents into a collection, available in Oracle
Client 20 and higher.
|
2020-02-14 10:29:07 -07:00 |
|
Anthony Tuininga
|
f7b7785e82
|
Reworked type management to clarify and simplify code (see release notes for
details).
|
2020-02-10 10:02:03 -07:00 |
|
Anthony Tuininga
|
53a9f41ed1
|
Correct doc example (https://github.com/oracle/python-cx_Oracle/issues/390).
|
2020-01-27 09:36:07 -07:00 |
|
Anthony Tuininga
|
31f73b6ea1
|
Remove self-referencing link.
|
2020-01-27 09:35:49 -07:00 |
|
Anthony Tuininga
|
f743d02857
|
Show how to reduce round trips with session callbacks.
|
2020-01-21 15:02:20 -07:00 |
|
Anthony Tuininga
|
60fa25eaa1
|
Remove duplicate word.
|
2020-01-20 16:58:35 -07:00 |
|
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 |
|