Commit Graph

19 Commits

Author SHA1 Message Date
Anthony Tuininga 5052665dd5 Documentation updates. 2023-11-21 15:51:36 -07:00
Anthony Tuininga 1592d818d7 Improved documentation. 2023-08-24 13:01:20 -06:00
Anthony Tuininga 28d20b288b Documentation improvements. 2023-08-10 15:39:42 -06:00
Anthony Tuininga e93aab9399 Added support for sending a generated connection identifier to the
database.
2023-06-23 13:38:36 -06:00
Anthony Tuininga 255b4f7799 Documentation improvements. 2023-06-14 18:18:26 -06:00
Anthony Tuininga a315a5275a Support added to thin mode for reading/writing OSON (JSON data type in
Oracle Database 21c+) and related documentation changes.
2023-03-21 17:24:40 -06:00
Anthony Tuininga 2f2f7b33b8 Improvements to documentation and samples. 2023-03-21 17:23:13 -06:00
Anthony Tuininga f8dce4fc48 Minor tweak to previous change plus addition of test cases. 2023-03-03 16:14:52 -07:00
Anthony Tuininga 0374b18e63 Defer raising an exception when calling Connection.gettype() for a type
containing an attribute or element with an unsupported data type until
the first attempt to reference the attribute or element with the
unsupported data type.
2023-03-02 10:40:04 -07:00
Anthony Tuininga b88672d1d9 Show how to correctly bind data to insert into NVARCHAR2 columns. 2023-01-03 21:22:27 -07:00
Anthony Tuininga 0acdfdb5ad Added support for binding and fetching data of type DB_TYPE_OBJECT
(#43).
2022-11-01 14:33:39 -06:00
Anthony Tuininga 401ad745c5 Update doc and release note and add test cases for type UROWID. 2022-09-28 18:08:16 -06:00
Anthony Tuininga d5aaff8995 Documntation updates. 2022-09-12 10:22:58 -06:00
Anthony Tuininga 3a13440bde Added support for token authentication (Azure OAuth and IAM) via the new
parameter "access_token" to oracledb.connect() and
oracledb.create_pool().
2022-08-27 15:54:18 -06:00
Anthony Tuininga 673df27222 Added method is_thin_mode() as suggested (#10). 2022-07-12 10:52:58 -06:00
Anthony Tuininga 0ff266f201 Further doc improvements. 2022-06-24 10:53:18 -06:00
Anthony Tuininga e65a2d4fca Doc updates. 2022-06-09 13:56:52 -06:00
Anthony Tuininga 2a6be23867 Documentation improvements. 2022-05-20 16:16:58 -06:00
Anthony Tuininga 6d5d93eeb9 Initial commit. 2022-05-20 16:08:18 -06:00