Commit Graph

1178 Commits

Author SHA1 Message Date
Anthony Tuininga 6766bcaf27 Update ReadTheDocs configuration to avoid deprecation warnings with
ReadTheDocs.
2023-08-16 18:33:24 -06:00
Anthony Tuininga a05b9a5233 Add more doc redirects. 2023-06-03 09:37:29 -06:00
Anthony Tuininga 5cfbb7d9e4 Remove semicolons in Python code examples (resolves #629). 2022-06-08 13:12:35 -06:00
Anthony Tuininga fde577bf1f python-oracledb 1.0.0 has been released! 2022-05-25 14:43:26 -06:00
Anthony Tuininga 1ad43aa912 Doc improvements. 2022-05-25 14:41:35 -06:00
Anthony Tuininga 3db3e3772e Fix stale OCA link. 2022-05-25 14:40:44 -06:00
Anthony Tuininga 59c41535e3 Improved AQ test. 2022-05-25 14:37:50 -06:00
Anthony Tuininga 5728cf534e Try newer version of Sphinx. 2021-11-04 16:02:28 -06:00
Anthony Tuininga 3a40eeacaa ReadTheDocs only supports up to Python 3.8. 2021-11-04 15:58:51 -06:00
Anthony Tuininga fde9ec78fc ReadTheDocs requires configuration so make it happy. 2021-11-04 15:57:32 -06:00
Anthony Tuininga 45118e0c31 Preparing to release cx_Oracle 8.3. 2021-11-04 13:20:41 -06:00
Anthony Tuininga 29ca919445 Add official support for Python 3.10. 2021-11-04 13:20:11 -06:00
Anthony Tuininga ae687ce736 Improve documentation for WHERE IN clauses. 2021-11-04 13:19:26 -06:00
Anthony Tuininga 2d33fec37a Test suite improvements. 2021-11-04 13:19:04 -06:00
Anthony Tuininga 9db9d6907a Batch loading documentation improvements. 2021-11-04 13:16:44 -06:00
Anthony Tuininga 00dc44eade Update ODPI-C. 2021-11-04 11:30:34 -06:00
Anthony Tuininga 76157dd28a Add note that change to MessageProperties.msgid marked the attribute
read only.
2021-09-04 14:40:55 -06:00
Anthony Tuininga 83148ec574 Added test cases to verify that MessageProperties.msgid is calculated
correctly.
2021-09-03 13:57:20 -06:00
Anthony Tuininga eb37d27464 Documentation improvements. 2021-09-03 11:00:47 -06:00
Anthony Tuininga 05a9097847 Add more tests. 2021-09-03 10:57:19 -06:00
Anthony Tuininga 438c885c20 Correct calculation of MessageProperties.msgid. 2021-09-03 10:56:24 -06:00
Anthony Tuininga 1347b04976 Update ODPI-C. 2021-09-02 11:16:16 -06:00
Anthony Tuininga 702a91be51 Update ODPI-C. 2021-09-01 11:12:51 -06:00
Anthony Tuininga 08117db459 Expand ADB documentation. 2021-07-26 13:32:18 -06:00
Anthony Tuininga 440163efe5 Improved samples and test suite. 2021-07-26 13:31:57 -06:00
Anthony Tuininga c665d2efca Update formatting links. 2021-07-26 13:28:32 -06:00
Anthony Tuininga dfeebc3358 Update ODPI-C. 2021-07-26 13:28:02 -06:00
Anthony Tuininga 5cce9efd49 Minor tweak to samples README. 2021-06-08 11:15:44 -06:00
Anthony Tuininga cc067bf83e Binary integer variables now explicitly convert values to integers (since
implicit conversion to integer has become an error in Python 3.10) and
values that are not `int`, `float` or `decimal.Decimal` are explicitly
rejected.
2021-06-08 11:15:13 -06:00
Anthony Tuininga abb666706b Update ODPI-C. 2021-06-08 11:14:34 -06:00
Anthony Tuininga 4229a6d8ad cx_Oracle 8.2.1 is about to be released. 2021-06-01 13:02:07 -06:00
Anthony Tuininga 59558714ac Update SODA doc. 2021-06-01 12:03:03 -06:00
Anthony Tuininga a61b14a5c6 Update ODPI-C. 2021-06-01 12:00:42 -06:00
Anthony Tuininga 5dccb9fb5f Use PEP 8 variable names. 2021-05-28 14:48:38 -06:00
Anthony Tuininga 206e85e4a2 Update ODPI-C. 2021-05-28 14:48:05 -06:00
Anthony Tuininga df80067f47 Update ODPI-C. 2021-05-21 21:39:27 -06:00
Anthony Tuininga d585cf06df Fixed crash when using the deprecated parameter name keywordParameters
with Cursor.callproc(); add test cases to cover this and other similar
situations.
2021-05-21 21:38:45 -06:00
Anthony Tuininga ce4713c6f7 Fix typo. 2021-05-21 21:36:58 -06:00
Anthony Tuininga 31d94e7bf1 Bump version in preparation for new changes being made. 2021-05-21 21:36:30 -06:00
Anthony Tuininga 94e9489e25 Configuration requires master_doc (root_doc in Sphinx 4.0). 2021-05-18 17:04:49 -06:00
Anthony Tuininga 46a3d70ad8 Preparing to release cx_Oracle 8.2. 2021-05-18 16:59:00 -06:00
Anthony Tuininga cd21e92edd Improve test suite. 2021-05-18 16:58:03 -06:00
Anthony Tuininga 0633e1017c Minor tweaks for PEP 8 compliance. 2021-05-18 16:56:55 -06:00
Anthony Tuininga cfa2750854 Add support for pool reconfiguration. 2021-05-18 16:56:04 -06:00
Anthony Tuininga d5461bd008 Further simplification. 2021-05-18 16:55:21 -06:00
Anthony Tuininga 07bb84e1b6 Remove duplicate forward declaration section. 2021-05-18 16:54:33 -06:00
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 97be497fc9 Update ODPI-C to released 4.2.0. 2021-05-18 16:43:59 -06:00
Anthony Tuininga c665e7a9e2 Update ODPI-C. 2021-05-13 15:58:14 -06:00
Anthony Tuininga 89eaea4f42 Update ODPI-C. 2021-05-13 14:38:47 -06:00