810 Commits

Author SHA1 Message Date
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
Anthony Tuininga
980f3d491c Added support for indicating if the subscription is still registered with the
database when a notification is received.
2018-06-19 11:00:53 -06:00
Anthony Tuininga
7b9ce90842 Bump version. 2018-06-11 20:20:39 -06:00
Anthony Tuininga
42e1663abb Adjust documentation to improve clarity. 2018-05-29 21:56:37 -06:00
Anthony Tuininga
85a0ad3ee3 Use the built-in type SYS_REFCURSOR instead of creating a new one. 2018-05-29 21:55:45 -06:00
Anthony Tuininga
c31eef50de Correct handling of statements and rowids in DML returning statements. 2018-05-29 21:55:26 -06:00
Anthony Tuininga
211298209b Added support for receiving notifications when AQ messages are available to be
dequeued.
2018-05-29 21:54:06 -06:00
Anthony Tuininga
6583cdfc51 Update ODPI-C. 2018-05-29 21:51:50 -06:00
Anthony Tuininga
9781810b8e Added support for binding decimal.Decimal values to cx_Oracle.NATIVE_FLOAT as
requested in issue 184
(https://github.com/oracle/python-cx_Oracle/issues/184).
2018-05-24 16:36:58 -06:00
Anthony Tuininga
8cc7b893f2 Ensure that binding a boolean value outside of PL/SQL simply binds the integer
0 or 1 (https://github.com/oracle/python-cx_Oracle/issues/181).
2018-05-19 21:35:37 -06:00
Anthony Tuininga
67d374b296 Update ODPI-C. 2018-05-19 21:35:06 -06:00
Anthony Tuininga
99866aed94 Clarify documentation a bit. 2018-05-18 14:35:30 -06:00
Anthony Tuininga
7b2195c37c Added sample demonstrating the use of REF cursors. 2018-05-18 14:25:20 -06:00
Anthony Tuininga
52f4e7090c Rename sample and adjust documentation in sample to clarify use. 2018-05-18 14:24:52 -06:00
Anthony Tuininga
84ee1301bc Adjust data values to clarify distinction between "parent" and "child" values. 2018-05-18 14:23:54 -06:00