203 Commits

Author SHA1 Message Date
Anthony Tuininga
4d37c85974 Use default values for all parameters when creating a session pool. 2018-04-19 14:22:01 -06:00
Anthony Tuininga
4f5c04f50c Added documentation stating that batch errors and array DML row counts are only
supported when executing insert, update, delete and merge statements and that
in all other cases an exception will be raised
(https://github.com/oracle/python-cx_Oracle/issues/31).
2018-03-31 14:51:08 -06:00
Anthony Tuininga
c61973c28f Added support for DML returning of multiple rows using cursor.executemany(). 2018-03-28 16:24:41 -06:00
Anthony Tuininga
2901740faa Adjust documentation to provide additional information on the use of
cursor.executemany() as requested
(https://github.com/oracle/python-cx_Oracle/issues/153).
2018-03-21 13:38:08 -06:00
Anthony Tuininga
98d35e67b3 Bump version to 6.3-dev in anticipation of new features landing. 2018-03-07 16:18:01 -07:00
Anthony Tuininga
6f928b0857 Preparing to release cx_Oracle 6.2.1. 2018-03-07 10:11:37 -07:00
Anthony Tuininga
552fcfb48e Bump license year; simplify README and avoid duplication. 2018-03-05 16:34:53 -07:00
Anthony Tuininga
9cb2ef84bf Correct formatting of release note. 2018-03-05 14:01:10 -07:00
Anthony Tuininga
fb0d7517e8 Preparing to release cx_Oracle 6.2. 2018-03-05 13:46:39 -07:00
Anthony Tuininga
beffe38b23 Correct formatting of release note. 2018-03-05 13:33:31 -07:00
Anthony Tuininga
1bd8e95807 Added support for closing the connection when reaching the end of a code block
controlled by the connection as a context manager, but in a backwards
compatible way (https://github.com/oracle/python-cx_Oracle/issues/113).
2018-02-27 16:58:01 -07:00
Anthony Tuininga
9b1ce308b1 Added support for creating a temporary LOB directly. 2018-02-16 16:21:32 -07:00
Anthony Tuininga
ce560d7330 Work on Visual Studio redistributable and PATH steps. 2018-02-15 11:20:58 -07:00
Anthony Tuininga
0784f76192 Use (new) canonical link for Instant Client home page. 2018-02-15 11:20:35 -07:00
Anthony Tuininga
242d751d6c Clarify that Python.h is only needed for compilation. 2018-02-02 15:40:53 -07:00
Anthony Tuininga
7e2663606d Various improvements to installation documentation. 2018-01-30 15:26:48 -07:00
Anthony Tuininga
a864450186 Simplify Makefile based on Sphinx 1.2+ capabilities. 2018-01-29 18:51:31 -07:00
Anthony Tuininga
fa43311bbc Update ODPI-C; remove error "DPI-1054: connection cannot be closed when open
statements or LOBs exist"
(https://github.com/oracle/python-cx_Oracle/issues/138).
2018-01-26 21:18:16 -07:00
Anthony Tuininga
5b20ca92f4 Time only variables are not supported by Oracle so make that clear in the
documentation.
2018-01-11 16:55:59 -07:00
Anthony Tuininga
18b014a19e Correct support in Python 3.x for cursor.parse(). 2018-01-11 14:20:51 -07:00
Anthony Tuininga
273d36e4ba Correct formatting. 2017-12-14 20:56:46 -07:00
Anthony Tuininga
ad57a5e858 Preparing to release 6.1. 2017-12-12 12:12:15 -07:00
Anthony Tuininga
8630c86b01 Improve documentation for installation. 2017-12-12 12:11:51 -07:00
Anthony Tuininga
b262d1ca7b Clarify usage of parameters passed to cursor.execute(). 2017-12-07 15:52:02 -07:00
Anthony Tuininga
681c18675e Update ODPI-C (adjust OCI prefetch; added options for authentication with
SYSBACKUP, SYSDG, SYSKM and SYSRAC, as requested
(https://github.com/oracle/python-cx_Oracle/issues/101).
2017-11-27 10:40:19 -07:00
Anthony Tuininga
abd472f950 Add note that edition and cclass parameters cannot be used together. 2017-11-17 21:40:00 -07:00
Anthony Tuininga
c122690ac4 Add support for identifying the id of the transaction which spawned the
message, as requested (https://github.com/oracle/odpi/issues/32).
2017-11-08 10:18:18 -08:00
Anthony Tuininga
9a2775763f Correct link. 2017-11-06 11:36:51 -07:00
Anthony Tuininga
5bcb25e661 Include release notes for cx_Oracle 6.0.3 released on the v6.0.x branch. 2017-11-06 11:33:06 -07:00
Anthony Tuininga
0e4c5621ef Improve documentation for the connection attribute "current_schema". 2017-10-27 21:11:03 -06:00
Anthony Tuininga
78bc40cabf Correct documentation for creating session pools; improve wording in a number
of places.
2017-10-13 19:17:07 -06:00
Anthony Tuininga
c8cd26021d Adjusted formatting of documentation source pages in order to be consistent on
all pages.
2017-10-13 19:16:42 -06:00
Anthony Tuininga
c43d2418bb Correct typo. 2017-09-13 10:12:22 -06:00
Anthony Tuininga
7fc5127aaa Added support for connecting to specific shards of a sharded database by
specifying a shard key.
2017-09-12 13:29:47 -06:00
Anthony Tuininga
84612bfabe Correct constant references. 2017-09-12 13:29:01 -06:00
Anthony Tuininga
f98a4f334a Improve documentation on closing connections (or releasing them back to the
pool).
2017-09-01 16:22:44 -06:00
Anthony Tuininga
bc1769b69e Correct typo. 2017-08-30 13:00:34 -06:00
Anthony Tuininga
f0ae2ae138 Released cx_Oracle 6.0.2. 2017-08-30 13:00:19 -06:00
Anthony Tuininga
f59a86f391 Troubleshooting tweaks. 2017-08-30 11:55:19 -06:00
Anthony Tuininga
d82874266c Update documentation indicating that replacing elements in the attributes
fetchvars and bindvars should not be done.
2017-08-28 11:15:43 -06:00
Anthony Tuininga
0111431430 Update ODPI-C (improve performance, correct handling of objects when dynamic
binding is being used).
2017-08-24 21:50:29 -06:00
Anthony Tuininga
6582aac5d7 Preparing to release 6.0.1. 2017-08-18 11:01:21 -06:00
Anthony Tuininga
c11a5f93c2 Remove documentation on attributes that were removed in 6.0. 2017-08-18 11:00:15 -06:00
Anthony Tuininga
90f571c660 Update ODPI-C to 2.0.1. 2017-08-18 10:59:33 -06:00
Anthony Tuininga
e9dd940207 Added "What's New" page containing a summary of the changes from 5.3 to 6.0 as
a convenience.
2017-08-15 09:30:47 -06:00
Anthony Tuininga
853cc14eed Troubleshooting changes. Initcap fix. Put platform at sentence heads. Reorder
points.
2017-08-15 09:28:24 -06:00
Anthony Tuininga
61e28b42b0 Correct formatting. 2017-08-14 18:16:43 -06:00
Anthony Tuininga
c761d1361e Documentation tweaks. 2017-08-11 16:57:14 -06:00
Anthony Tuininga
49bc108108 Tweak troubleshooting section to make it easier to read and also mention that
restarting the command prompt is necessary on Windows when environment
variables have been changed.
2017-08-11 11:49:19 -06:00
Anthony Tuininga
b30e66fa8a Preparing to release cx_Oracle 6.0. 2017-08-11 11:29:44 -06:00