Anthony Tuininga
4ed562c205
Documentation updates, including changes for PEP 8 compliance, to take
...
into account the fact that the default branch has changed to main, etc.
2021-05-18 16:53:31 -06:00
Anthony Tuininga
2c6468d992
Correct doc.
2021-04-23 16:11:38 -06:00
Anthony Tuininga
96f938286d
Further work on adjusting attribute, method and parameter names to be
...
consistent and to comply with PEP 8 naming guidelines; also adjust
implementation of #385 (originally done in pull request #549 ) to use the
parameter name `bypass_decode` instead of `bypassencoding`.
2021-04-23 16:05:42 -06:00
Anthony Tuininga
ba6e054a24
Further work on adjusting attribute, method and parameter names to be
...
consistent and to comply with PEP 8 naming guidelines.
2021-04-23 13:54:00 -06:00
Anthony Tuininga
82fb398b38
Doc tweaks.
2021-04-23 13:51:31 -06:00
Anthony Tuininga
4b72d0de02
Rename samples and test files in order to be consistent.
2021-04-23 13:36:00 -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
3a23957f6d
Further tweaks to documentation and samples.
2020-12-08 11:47:53 -07: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
20686a1fc9
Various documentation and samples improvements.
2020-05-18 16:34:23 -06:00
Anthony Tuininga
9377a9a0ef
Documentation improvements.
2020-04-06 13:52:58 -06: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
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
2c9f8d5ca4
Added user guide.
2019-08-08 14:15:14 -06:00