874 Commits

Author SHA1 Message Date
Anthony Tuininga
851c9a4650 Add support for getting/setting raw attributes of objects, as requested
(https://github.com/oracle/odpi/issues/72).
2018-11-02 15:44:49 -06:00
Anthony Tuininga
e988d74363 Bump version to 7.1-dev now that changes have been made from version 7.0. 2018-10-31 09:19:27 -06:00
Anthony Tuininga
548440016e Add support for passing an object type (such as those created by the method
connection.gettype()) as the first parameter to cursor.var(), as requested
(https://github.com/oracle/python-cx_Oracle/issues/231).
2018-10-30 16:32:05 -06:00
Anthony Tuininga
4fd6c35436 Allow the type name to be None, as requested
(https://github.com/oracle/python-cx_Oracle/issues/231).
2018-10-30 16:31:47 -06:00
Anthony Tuininga
1fe66420e3 Added code to display new support in cx_Oracle 7 for retrieving a collection as
a dictionary.
2018-10-18 11:08:43 -07:00
Anthony Tuininga
74d9d71484 Use cx_Oracle.connect() in preference to cx_Oracle.Connection() in samples and
tests. Although the two are aliases of one another, it makes sense to be
consistent and to use the one that the DB API prefers as well.
2018-09-21 11:05:40 -06:00
Anthony Tuininga
20c930e2e0 Be more clear about the requirements for use of SODA. 2018-09-14 11:07:22 -06:00
Anthony Tuininga
dfd809b7c8 Correct typos. 2018-09-13 21:16:02 -06:00
Anthony Tuininga
4d368ae980 Preparing to release cx_Oracle 7.0. 7.0 2018-09-13 13:38:37 -06:00
Anthony Tuininga
28d6166bb6 Emphasize the file location. 2018-09-13 13:36:35 -06:00
Anthony Tuininga
d9be1ec98e Updates for cx_Oracle 7 and Oracle Client 18.3 as well as some miscellaneous
tweaks.
2018-09-12 15:05:29 -06:00
Anthony Tuininga
fc8cfbdf60 Improve documentation for SODA. 2018-09-11 20:50:28 -06:00
Anthony Tuininga
f647d738a5 Correct documentation now that variables bound to DML returning statements
always return an array.
2018-09-10 15:27:52 -06:00
Anthony Tuininga
bc69e784f8 Adjust copyright notices to match requirements of Oracle Legal. 2018-09-10 11:39:51 -06:00
Anthony Tuininga
d266d6d0fa Adjust sample now that DML returning variables return an array. 2018-09-10 11:39:11 -06:00
Anthony Tuininga
118952b07d Update ODPI-C. 2018-09-10 11:39:03 -06:00
Anthony Tuininga
64f65050a2 Add support (as preview) for SODA. 2018-09-10 11:37:53 -06:00
Anthony Tuininga
b611246a7b Add support for getting the contents of a collection as a dictionary where the
keys are the indexes of the collection and the values are elements of the
collection.
2018-09-03 10:19:26 -06:00
Anthony Tuininga
7946142c88 Update ODPI-C. 2018-09-03 10:19:04 -06:00
Anthony Tuininga
30088c6cdb Added support for closing the session pool. 2018-09-03 10:17:22 -06:00
Anthony Tuininga
cfc6856048 Update ODPI-C (https://github.com/oracle/python-cx_Oracle/issues/212 and
https://github.com/oracle/odpi/issues/69).
2018-08-16 14:09:59 -06:00
Anthony Tuininga
c46bc2165e Adjust wording for Oracle Linux yum server. 2018-08-16 14:09:15 -06:00
Anthony Tuininga
effbb09e09 Correct links. 2018-08-08 16:17:54 -06:00
Anthony Tuininga
18100ccdf3 Standardize GitHub issue template. 2018-08-06 16:06:27 -06:00
Anthony Tuininga
07386a6547 Add note indicating that the full version is not available when using client
libraries 12.2 or lower with Oracle Database 18 or higher.
2018-08-06 16:05:55 -06:00
Anthony Tuininga
fce6a42c76 Add subtitle to macOS section to try to stop the prereq being missed. 2018-08-06 16:05:17 -06:00
Anthony Tuininga
888325989f Adjust documentation now that better error message is produced. 2018-08-06 16:04:40 -06:00
Anthony Tuininga
ea4a9d120e Support for Python 3.4 has been dropped. 2018-08-06 15:34:50 -06:00
Anthony Tuininga
d1d9b7da30 Documentation updates for Oracle Client 18 and a few other tweaks. 2018-08-06 15:34:23 -06:00
Anthony Tuininga
7b66391ea0 Update ODPI-C. 2018-08-06 15:30:18 -06:00
Anthony Tuininga
fc3450d48a Add support for call timeouts available in Oracle 18c and higher. 2018-07-12 10:46:12 -06:00
Anthony Tuininga
dc2601729a Remove __future__ attributes for functionality which is now enabled permanently
in cx_Oracle 7: connections as context managers now close the connection and
variables in DML returning statements now return an array.
2018-07-12 10:45:40 -06:00
Anthony Tuininga
866df60fbc Bump version to 7.0 and use ODPI-C master branch (3.0). 2018-07-12 10:45:15 -06:00
Anthony Tuininga
c832ed10d1 Preparing to release cx_Oracle 6.4.1. 6.4.1 2018-07-09 11:21:02 -06:00
Anthony Tuininga
e801579d93 Update ODPI-C. 2018-07-09 11:20:24 -06:00
Anthony Tuininga
fee92abe5a If cursor.setinputsizes() is called without any parameters, do not set the flag
indicating that bind variables should be returned since otherwise binding with
named arguments will raise the error "cx_Oracle.ProgrammingError: positional
and named binds cannot be intermixed"
(https://github.com/oracle/python-cx_Oracle/issues/199).
2018-07-03 13:36:10 -06:00
Anthony Tuininga
4f85998a84 Bump version in README. 2018-07-02 16:01:31 -06:00
Anthony Tuininga
1a7b7257a7 Bump version to 6.4. 6.4 2018-07-02 13:51:00 -06:00
Anthony Tuininga
bc1f7e6ead Preparing to release cx_Oracle 6.4. 2018-07-02 13:46:59 -06:00
Anthony Tuininga
77b853d4fb Update ODPI-C. 2018-06-26 20:31:28 -06:00
Anthony Tuininga
fb249f5944 Ensure that the row count for queries is reset to zero when the statement is
executed (https://github.com/oracle/python-cx_Oracle/issues/193).
2018-06-25 15:57:19 -06:00
Anthony Tuininga
a8751e91f4 Added support for using the cursor as a context manager
(https://github.com/oracle/python-cx_Oracle/issues/190).
2018-06-21 11:29:11 -06:00
Anthony Tuininga
4d4b319714 Add support for specifying the "errors" parameter to the decode() that takes
place internally when fetching strings from the database
(https://github.com/oracle/python-cx_Oracle/issues/162).
2018-06-19 11:11:04 -06:00
Anthony Tuininga
e6d5153e43 Added additional test cases for heterogeneous pools. 2018-06-19 11:10:26 -06:00
Anthony Tuininga
7adf99f0ad Added support for unsubscribing from events in the database. 2018-06-19 11:09:40 -06:00
Anthony Tuininga
510ab50ba7 Remove mention of the next() method which is only there in Python 2.x if the
cursor is being used as an iterator and is not actually part of cx_Oracle's
code.
2018-06-19 11:08:04 -06:00
Anthony Tuininga
cf1265cb2d Use the non-deprecated function for subscribing to events in the database and
note that the subscription ID will always be zero and will be removed in
cx_Oracle 7.
2018-06-19 11:07:30 -06:00
Anthony Tuininga
feab53cbff Use unsigned integers instead of signed integers where it makes sense to do so. 2018-06-19 11:06:58 -06:00
Anthony Tuininga
4e53b9074b Improve documentation. 2018-06-19 11:05:44 -06:00
Anthony Tuininga
787fc5b33c Use ODPI-C v2.x branch for cx_Oracle 6.4. 2018-06-19 11:04:03 -06:00