Commit Graph

  • e75822d25b
    Merge 505d7bda75 into 6766bcaf27 #661 Oleksandra Pavlusieva 2023-10-18 13:22:02 +0000
  • 505d7bda75
    Update README.md #661 docs-updates Oleksandra Pavlusieva 2023-10-18 16:21:54 +0300
  • 4a4c93a99c
    Update CONTRIBUTING.md Oleksandra Pavlusieva 2023-10-18 16:21:04 +0300
  • ef072ee326
    Add files via upload Oleksandra Pavlusieva 2023-10-18 16:19:36 +0300
  • 6766bcaf27 Update ReadTheDocs configuration to avoid deprecation warnings with ReadTheDocs. main Anthony Tuininga 2023-08-16 18:33:24 -0600
  • a05b9a5233 Add more doc redirects. Anthony Tuininga 2023-06-03 09:37:29 -0600
  • c4c4c5e717 Redirect to new tutorial gh-pages Christopher Jones 2022-06-09 20:23:08 +1000
  • 5cfbb7d9e4 Remove semicolons in Python code examples (resolves #629). Anthony Tuininga 2022-06-08 13:12:35 -0600
  • 24d6072b51 Update links to point to python-oracledb. Anthony Tuininga 2022-05-25 15:11:40 -0600
  • f374608ecb Update links. Anthony Tuininga 2022-05-25 15:11:18 -0600
  • 4d25eec25d Update branch name. Anthony Tuininga 2022-05-25 15:07:42 -0600
  • fde577bf1f python-oracledb 1.0.0 has been released! Anthony Tuininga 2022-05-25 14:43:26 -0600
  • 1ad43aa912 Doc improvements. Anthony Tuininga 2022-05-25 14:41:35 -0600
  • 3db3e3772e Fix stale OCA link. Anthony Tuininga 2022-05-25 14:40:44 -0600
  • 59c41535e3 Improved AQ test. Anthony Tuininga 2022-05-25 14:37:50 -0600
  • 54293ee3c2 New favicon Christopher Jones 2022-04-22 09:42:23 +1000
  • 079618202c New logo Christopher Jones 2022-03-24 12:06:01 +1100
  • 08bd39c849 New Oracle logo Christopher Jones 2022-03-08 19:04:47 +1100
  • 54792640fd Add a banner background Christopher Jones 2022-03-08 12:32:11 +1100
  • 5728cf534e Try newer version of Sphinx. 8.3.0 Anthony Tuininga 2021-11-04 16:02:28 -0600
  • 3a40eeacaa ReadTheDocs only supports up to Python 3.8. Anthony Tuininga 2021-11-04 15:58:51 -0600
  • fde9ec78fc ReadTheDocs requires configuration so make it happy. Anthony Tuininga 2021-11-04 15:57:32 -0600
  • 6cca3ee597 Releasing cx_Oracle 8.3. Anthony Tuininga 2021-11-04 15:43:16 -0600
  • 45118e0c31 Preparing to release cx_Oracle 8.3. Anthony Tuininga 2021-11-04 13:20:41 -0600
  • 29ca919445 Add official support for Python 3.10. Anthony Tuininga 2021-11-04 13:20:11 -0600
  • ae687ce736 Improve documentation for WHERE IN clauses. Anthony Tuininga 2021-11-04 13:19:26 -0600
  • 2d33fec37a Test suite improvements. Anthony Tuininga 2021-11-04 13:19:04 -0600
  • 9db9d6907a Batch loading documentation improvements. Anthony Tuininga 2021-11-04 13:16:44 -0600
  • 00dc44eade Update ODPI-C. Anthony Tuininga 2021-11-04 11:30:34 -0600
  • 76157dd28a Add note that change to MessageProperties.msgid marked the attribute read only. Anthony Tuininga 2021-09-04 14:40:55 -0600
  • 83148ec574 Added test cases to verify that MessageProperties.msgid is calculated correctly. Anthony Tuininga 2021-09-03 13:57:20 -0600
  • eb37d27464 Documentation improvements. Anthony Tuininga 2021-09-03 11:00:47 -0600
  • 05a9097847 Add more tests. Anthony Tuininga 2021-09-03 10:57:19 -0600
  • 438c885c20 Correct calculation of MessageProperties.msgid. Anthony Tuininga 2021-09-03 10:56:24 -0600
  • 1347b04976 Update ODPI-C. Anthony Tuininga 2021-09-02 11:16:16 -0600
  • 702a91be51 Update ODPI-C. Anthony Tuininga 2021-09-01 11:12:51 -0600
  • 08117db459 Expand ADB documentation. Anthony Tuininga 2021-07-26 13:32:18 -0600
  • 440163efe5 Improved samples and test suite. Anthony Tuininga 2021-07-26 13:31:57 -0600
  • c665d2efca Update formatting links. Anthony Tuininga 2021-07-26 13:28:32 -0600
  • dfeebc3358 Update ODPI-C. Anthony Tuininga 2021-07-26 13:28:02 -0600
  • 5cce9efd49 Minor tweak to samples README. Anthony Tuininga 2021-06-08 11:15:44 -0600
  • 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. Anthony Tuininga 2021-06-08 11:15:13 -0600
  • abb666706b Update ODPI-C. Anthony Tuininga 2021-06-08 11:14:34 -0600
  • 4229a6d8ad cx_Oracle 8.2.1 is about to be released. Anthony Tuininga 2021-06-01 13:02:07 -0600
  • 59558714ac Update SODA doc. Anthony Tuininga 2021-06-01 12:03:03 -0600
  • a61b14a5c6 Update ODPI-C. Anthony Tuininga 2021-06-01 12:00:42 -0600
  • 3cfa063835 Update ODPI-C and tweak release notes in preparation for release of cx_Oracle 8.2.1. 8.2.1 v8.2.x Anthony Tuininga 2021-06-01 11:47:31 -0600
  • 76b855e98f Update SODA documentation. Anthony Tuininga 2021-06-01 11:46:00 -0600
  • 4ca3dfda53 Use PEP 8 variable names. Anthony Tuininga 2021-05-28 15:02:54 -0600
  • 7c51c67179 Fixed crash when using the deprecated parameter name keywordParameters with Cursor.callproc(); added to test suite to verify deprecations. Anthony Tuininga 2021-05-28 15:02:28 -0600
  • acd1709eb1 Fix a typo in one of the comments. Anthony Tuininga 2021-05-28 15:01:28 -0600
  • ba57083204 Update ODPI-C to 4.2.1 in preparation for releasing cx_Oracle 8.2.1. Anthony Tuininga 2021-05-28 15:00:33 -0600
  • 5dccb9fb5f Use PEP 8 variable names. Anthony Tuininga 2021-05-28 14:48:38 -0600
  • 206e85e4a2 Update ODPI-C. Anthony Tuininga 2021-05-28 14:48:05 -0600
  • df80067f47 Update ODPI-C. Anthony Tuininga 2021-05-21 21:39:27 -0600
  • d585cf06df Fixed crash when using the deprecated parameter name keywordParameters with Cursor.callproc(); add test cases to cover this and other similar situations. Anthony Tuininga 2021-05-21 21:38:45 -0600
  • ce4713c6f7 Fix typo. Anthony Tuininga 2021-05-21 21:36:58 -0600
  • 31d94e7bf1 Bump version in preparation for new changes being made. Anthony Tuininga 2021-05-21 21:36:30 -0600
  • e19a237e8d Minor tweaks. Anthony Tuininga 2021-05-18 18:33:03 -0600
  • 60d75c9c23 Released cx_Oracle 8.2. Anthony Tuininga 2021-05-18 18:27:32 -0600
  • 94e9489e25 Configuration requires master_doc (root_doc in Sphinx 4.0). 8.2.0 Anthony Tuininga 2021-05-18 17:04:49 -0600
  • 46a3d70ad8 Preparing to release cx_Oracle 8.2. Anthony Tuininga 2021-05-18 16:59:00 -0600
  • cd21e92edd Improve test suite. Anthony Tuininga 2021-05-18 16:58:03 -0600
  • 0633e1017c Minor tweaks for PEP 8 compliance. Anthony Tuininga 2021-05-18 16:56:55 -0600
  • cfa2750854 Add support for pool reconfiguration. Anthony Tuininga 2021-05-18 16:56:04 -0600
  • d5461bd008 Further simplification. Anthony Tuininga 2021-05-18 16:55:21 -0600
  • 07bb84e1b6 Remove duplicate forward declaration section. Anthony Tuininga 2021-05-18 16:54:33 -0600
  • 4ed562c205 Documentation updates, including changes for PEP 8 compliance, to take into account the fact that the default branch has changed to main, etc. Anthony Tuininga 2021-05-18 16:53:31 -0600
  • 97be497fc9 Update ODPI-C to released 4.2.0. Anthony Tuininga 2021-05-18 16:43:59 -0600
  • c665e7a9e2 Update ODPI-C. Anthony Tuininga 2021-05-13 15:58:14 -0600
  • 89eaea4f42 Update ODPI-C. Anthony Tuininga 2021-05-13 14:38:47 -0600
  • fbd9bfafb6 Update ODPI-C. Anthony Tuininga 2021-05-07 11:14:57 -0600
  • 4661c6690f Move section. Anthony Tuininga 2021-04-28 15:33:37 -0600
  • 4189983481 Adjust documentation to take into account recent changes regarding the statement cache. Anthony Tuininga 2021-04-28 15:31:04 -0600
  • 5680620f02 Add support for specifying the ping interval for pools. Anthony Tuininga 2021-04-28 15:30:44 -0600
  • 932b413226 Adjust sample to match other AQ samples. Anthony Tuininga 2021-04-28 15:29:54 -0600
  • 89aea21176 Support non-simple characters. Anthony Tuininga 2021-04-23 16:12:12 -0600
  • 2c6468d992 Correct doc. Anthony Tuininga 2021-04-23 16:11:38 -0600
  • 8c99d1ddde Final work on adjusting attribute, method and parameter names to be consistent and to comply with PEP 8 naming guidelines. Anthony Tuininga 2021-04-23 16:08:25 -0600
  • 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`. Anthony Tuininga 2021-04-23 16:05:42 -0600
  • ab6e6f06ef Documentation and sample updates for clarity and to note the fact that connection pools now always enable threading. Anthony Tuininga 2021-04-23 14:21:45 -0600
  • fa36066875 Added support for enabling the SODA metadata cache in Oracle Client version 21.3 and higher (also available in Oracle Client 19 from 19.11). This significantly improves the performance of SodaDatabase.createCollection() and SodaDatabase.openCollection(). Anthony Tuininga 2021-04-23 14:18:46 -0600
  • ba6e054a24 Further work on adjusting attribute, method and parameter names to be consistent and to comply with PEP 8 naming guidelines. Anthony Tuininga 2021-04-23 13:54:00 -0600
  • 82fb398b38 Doc tweaks. Anthony Tuininga 2021-04-23 13:51:31 -0600
  • fa8d6fa5be Migrate samples to use PEP 8 naming style consistently. Anthony Tuininga 2021-04-23 13:50:06 -0600
  • cccfa322c7 Simplify code to take advantage of feature added in Python 3.3. Anthony Tuininga 2021-04-23 13:48:53 -0600
  • 0edb436abf Simplify samples. Anthony Tuininga 2021-04-23 13:48:28 -0600
  • 9e8bc6676c Tweak doc. Anthony Tuininga 2021-04-23 13:48:03 -0600
  • 7ad13e73d3 Added parameter stmtcachesize to cx_Oracle.connect() and cx_Oracle.SessionPool() in order to facilitate specifying the initial size of the statement cache. Anthony Tuininga 2021-04-23 13:45:59 -0600
  • cb1061a553 Remove extra word as noted in #550. Anthony Tuininga 2021-04-23 13:42:26 -0600
  • df89702a4e Stop passing unsupported flags to dpiSodaDocCursor_getNext(). Anthony Tuininga 2021-04-23 13:41:48 -0600
  • c527c06650 Further work on adjusting attribute, method and parameter names to be consistent and to comply with PEP 8 naming guidelines; add a separate section to the documentation to deal with all deprecations so that they are all in one place. Anthony Tuininga 2021-04-23 13:40:24 -0600
  • 4b72d0de02 Rename samples and test files in order to be consistent. Anthony Tuininga 2021-04-23 13:36:00 -0600
  • 74d16d8962 Improved the test suite. Anthony Tuininga 2021-04-23 12:04:29 -0600
  • a1f8e1ffff URL updates. Anthony Tuininga 2021-04-23 12:02:59 -0600
  • 5e2a363ac5 Modify the parameter names of the SessionPool constructor in order to follow PEP 8 naming guidelines. Anthony Tuininga 2021-04-23 12:01:52 -0600
  • 755b6fa861 Documentation tweaks. Anthony Tuininga 2021-04-23 11:56:38 -0600
  • 4264d7bc5d Improved test suite; added check that the LOB type matches the expected LOB type. Anthony Tuininga 2021-04-23 11:53:13 -0600
  • 250b07299d Update CLA URL to new online system. Anthony Tuininga 2021-04-23 11:47:15 -0600
  • 10f1c48289 Update ODPI-C. Anthony Tuininga 2021-04-23 11:40:55 -0600