Anthony Tuininga
0ff1003203
Eliminated memory leak when calling SodaOperation.filter() with a dictionary.
2021-01-21 19:53:29 -07:00
Anthony Tuininga
7382d035f4
Update ODPI-C and note SODA collection save() and saveAndGet() require Oracle
...
Client 19.9 or higher.
2021-01-21 10:30:34 -07:00
Anthony Tuininga
c92d251677
Bump version to 8.2 in preparation for further changes.
2021-01-21 10:29:05 -07:00
Anthony Tuininga
543c1b9d99
Minor tweaks to samples and documentation to take into account recent changes.
2021-01-05 11:20:29 -07:00
Anthony Tuininga
b199c5d57f
Fix typos.
2020-12-21 15:01:01 -07:00
Anthony Tuininga
5c41ce1f05
Tweak top-level description for Oracle Client library and Python support
...
levels.
2020-12-08 13:18:07 -07:00
Anthony Tuininga
86c106dbf4
Preparing to release cx_Oracle 8.1.
2020-12-08 11:59:06 -07:00
Anthony Tuininga
f3984cee55
The connection created by using an external handle should never be used after
...
the external handle has been closed or destroyed (since otherwise the memory
used may have already been freed and reused by other parts of the application).
2020-12-08 11:51:54 -07:00
Anthony Tuininga
3a23957f6d
Further tweaks to documentation and samples.
2020-12-08 11:47:53 -07:00
Anthony Tuininga
30979c6a57
Modify samples to follow the PEP 8 style guide.
2020-12-08 11:46:17 -07:00
Anthony Tuininga
c76492ec08
Documentation improvements.
2020-12-08 11:43:46 -07:00
Anthony Tuininga
b59fe3b0be
Added support for new JSON data type available in Oracle Client and Database 21
...
and higher.
2020-12-08 11:40:21 -07:00
Anthony Tuininga
7e7133b09a
The value of prefetchrows for REF CURSOR variables is now honored
...
(https://github.com/oracle/python-cx_Oracle/issues/482 ).
2020-11-12 14:24:42 -07:00
Anthony Tuininga
c8babe7209
Updated install instructions, mostly for macOS DMGs.
2020-11-12 14:23:30 -07:00
Anthony Tuininga
ef3d84318e
The ability to pickle/unpickle Database and API types has been restored.
2020-11-02 15:24:23 -07:00
Anthony Tuininga
d242bc716d
Rework build to use setuptools exclusively and enable use of pyproject.toml;
...
rework test suite to use tox and simplify test suite (also added a test number
to each test case for easier reference).
2020-11-02 15:21:52 -07:00
Anthony Tuininga
04fd1a7ad5
Add example showing how to create a stored proc and check for warnings.
2020-11-02 15:09:43 -07:00
Anthony Tuininga
6ebd04ea5a
Fix typo.
2020-10-07 14:23:01 -06:00
Anthony Tuininga
0d28ea1e42
Added internal methods for getting/setting OCI attributes that are otherwise
...
not supported by cx_Oracle. These methods should only be used as directed by
Oracle.
2020-09-03 16:35:05 -06:00
Anthony Tuininga
a18cc34a4b
Tweak release notes after release of cx_Oracle 8.0.1.
2020-09-03 15:06:06 -06:00
Anthony Tuininga
b4443c0f9f
Documentation improvements.
2020-09-03 15:03:38 -06:00
Anthony Tuininga
73a5c56bd1
Preparing to release cx_Oracle 8.0.1.
2020-08-31 20:28:55 -06:00
Anthony Tuininga
769fbcf585
Add change to release notes.
2020-08-26 15:37:19 -06:00
Anthony Tuininga
b34f92e77f
Improve pool documentation.
2020-07-28 09:49:55 -06:00
Anthony Tuininga
bf6318da08
Add note about older versions.
2020-07-15 16:00:20 -06:00
Anthony Tuininga
b04f538467
Documentation improvements.
2020-07-02 19:54:47 -06:00
Anthony Tuininga
74a479087f
Update ODPI-C to development version to include patch for issue #459 ; bump
...
version to 8.1 for further development.
2020-07-02 11:21:44 -06:00
Anthony Tuininga
10e5c258fe
Update to ODPI-C 4.0.1 and add test to ensure that the offset is returned
...
correctly when a parse error is encountered.
2020-06-26 10:33:13 -06:00
Anthony Tuininga
8d719c3be4
Preparing to release cx_Oracle 8.0.0.
2020-06-25 15:25:30 -06:00
Anthony Tuininga
079927c8ce
Various documentation and tutorial improvements.
2020-06-25 15:23:41 -06:00
Anthony Tuininga
631b8729f5
Documentation improvements.
2020-06-19 10:41:51 -06:00
Anthony Tuininga
8253bd2165
Bump reference to ODPI-C to version 4.
2020-06-12 16:00:16 -06:00
Anthony Tuininga
f8bcc6f0ec
Added attribute cursor.prefetchrows to control the number of rows that the
...
Oracle Client library fetches into internal buffers when a query is
executed (https://github.com/oracle/python-cx_Oracle/issues/355 ).
2020-06-12 15:57:29 -06:00
Anthony Tuininga
5df9a73c5d
Add cx_Oracle.init_oracle_client() for Oracle Client library initialization;
...
change default encoding to UTF-8.
2020-06-03 09:13:06 -06:00
Anthony Tuininga
c7a23115ad
Remove remaining references to Python 2 syntax.
2020-06-03 09:11:03 -06:00
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