Anthony Tuininga
c527c06650
Further work on adjusting attribute, method and parameter names to be
...
consistent and to comply with PEP 8 naming guidelines; add a separate
section to the documentation to deal with all deprecations so that they
are all in one place.
2021-04-23 13:40:24 -06:00
Anthony Tuininga
4b72d0de02
Rename samples and test files in order to be consistent.
2021-04-23 13:36:00 -06:00
Anthony Tuininga
74d16d8962
Improved the test suite.
2021-04-23 12:04:29 -06:00
Anthony Tuininga
a1f8e1ffff
URL updates.
2021-04-23 12:02:59 -06:00
Anthony Tuininga
5e2a363ac5
Modify the parameter names of the SessionPool constructor in order to
...
follow PEP 8 naming guidelines.
2021-04-23 12:01:52 -06:00
Anthony Tuininga
755b6fa861
Documentation tweaks.
2021-04-23 11:56:38 -06:00
Anthony Tuininga
4264d7bc5d
Improved test suite; added check that the LOB type matches the expected
...
LOB type.
2021-04-23 11:53:13 -06:00
Anthony Tuininga
250b07299d
Update CLA URL to new online system.
2021-04-23 11:47:15 -06:00
Anthony Tuininga
10f1c48289
Update ODPI-C.
2021-04-23 11:40:55 -06:00
Draco94
95baec2436
Implemented #385 enhancement and updated documentation ( #549 )
...
* Implemented #385 enhancement and updated documentation
Signed-off-by: Darko Djolovic <ddjolovic@outlook.com>
* Created flag to Cursor.var()
Signed-off-by: Darko Djolovic <ddjolovic@outlook.com>
* Removed first commit changes, updated documetnation
Signed-off-by: Darko Djolovic <ddjolovic@outlook.com>
* Added testing sample 'QueringRawData.py' and renamed attribute 'bypassstringencoding' to 'bypassencoding' with updated documentation
Signed-off-by: Darko Djolovic <ddjolovic@outlook.com>
2021-04-23 11:38:45 -06:00
Anthony Tuininga
ffa2086fd3
Clarify release note ( #544 ).
2021-04-19 12:03:43 -06:00
Anthony Tuininga
c9110a33b8
Emphasize the Linux init_oracle_client() limitations.
2021-04-15 17:03:29 -06:00
Anthony Tuininga
517868eaf9
Added support for supplying hints to various SODA operations.
2021-04-15 16:59:34 -06:00
Anthony Tuininga
74b2e9a258
Update ODPI-C.
2021-04-15 16:58:38 -06:00
Anthony Tuininga
658f4cd3c2
Require an issue template.
2021-04-14 09:45:34 -06:00
Anthony Tuininga
8f901abce7
The distributed transaction handle assosciated with the connection is now
...
cleared on commit or rollback (`issue 530
<https://github.com/oracle/python-cx_Oracle/issues/530 >`__).
2021-03-04 09:41:37 -07:00
Anthony Tuininga
bdf6b4ee4c
Use explicit SODA metadata for maximum version interoperability.
2021-03-03 11:30:10 -07:00
Anthony Tuininga
1a42fb1de0
Update ODPI-C.
2021-03-03 11:24:07 -07:00
Anthony Tuininga
e1b05d5095
Correct file references.
2021-03-03 11:20:55 -07:00
Christopher Jones
fb2668e87c
Update tutorial configuration and setup instructions
2021-03-03 17:14:32 +11:00
Christopher Jones
0a3aae5de8
Improve doc flow
2021-03-03 17:13:24 +11:00
Christopher Jones
5f60401c4a
Use aq_administrator_role for AQ samples
2021-03-03 17:12:57 +11:00
Christopher Jones
bf381478c4
Update pool testcases
2021-03-03 17:11:55 +11:00
Christopher Jones
aa2e258c98
Use a better resolution architecture diagram
2021-03-03 17:11:15 +11:00
Anthony Tuininga
188608e748
Tweak documentation and README files.
2021-02-26 16:52:28 -07:00
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
8ea16b1345
Tweak formatting to comply with PEP 8 and remove extraneous comments.
2021-01-21 10:29:43 -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
fa5fc20997
Fix typo.
2021-01-05 11:23:11 -07:00
Anthony Tuininga
9f32c9073e
Remove trailing blank lines.
2021-01-05 11:21:50 -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
3b8c9cbd5f
Added more test cases.
2020-12-21 14:57:45 -07:00
Anthony Tuininga
5c41ce1f05
Tweak top-level description for Oracle Client library and Python support
...
levels.
8.1
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
d9cb6b1e56
Update templates.
2020-12-08 11:58:14 -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
6b9a7b011b
Rename "base" to "test_env" to be clearer as to the purpose of the module.
2020-12-08 11:44:55 -07:00
Anthony Tuininga
c76492ec08
Documentation improvements.
2020-12-08 11:43:46 -07:00
Anthony Tuininga
9c9b92a39c
Added new tests.
2020-12-08 11:42:53 -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
9d4973c85d
Update ODPI-C.
2020-12-08 11:00:56 -07:00
Anthony Tuininga
320fb1f31d
Update stalebot configuration.
2020-11-18 21:26:10 -07:00
Anthony Tuininga
216bc42cf4
Eliminate use of deprecated function (which generates a warning in Python 3.9).
2020-11-12 14:28:17 -07:00
Anthony Tuininga
633d1141db
Change to use PEP 8 format guidelines.
2020-11-12 14:27:23 -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