LICENSE.txt
MANIFEST.in
NOTICE.txt
README.md
README.txt
THIRD_PARTY_LICENSES.txt
pyproject.toml
setup.py
tox.ini
src/oracledb/__init__.py
src/oracledb/aq.py
src/oracledb/arrow_array.py
src/oracledb/arrow_impl.pxd
src/oracledb/arrow_impl.pyx
src/oracledb/base.py
src/oracledb/base_impl.pxd
src/oracledb/base_impl.pyx
src/oracledb/builtin_hooks.py
src/oracledb/connect_params.py
src/oracledb/connection.py
src/oracledb/constants.py
src/oracledb/constructors.py
src/oracledb/cursor.py
src/oracledb/dataframe.py
src/oracledb/dbobject.py
src/oracledb/defaults.py
src/oracledb/driver_mode.py
src/oracledb/dsn.py
src/oracledb/enums.py
src/oracledb/errors.py
src/oracledb/exceptions.py
src/oracledb/fetch_info.py
src/oracledb/future.py
src/oracledb/lob.py
src/oracledb/pipeline.py
src/oracledb/pool.py
src/oracledb/pool_params.py
src/oracledb/py.typed
src/oracledb/soda.py
src/oracledb/sparse_vector.py
src/oracledb/subscr.py
src/oracledb/thick_impl.pyx
src/oracledb/thin_impl.pyx
src/oracledb/utils.py
src/oracledb/var.py
src/oracledb/version.py
src/oracledb.egg-info/PKG-INFO
src/oracledb.egg-info/SOURCES.txt
src/oracledb.egg-info/dependency_links.txt
src/oracledb.egg-info/not-zip-safe
src/oracledb.egg-info/requires.txt
src/oracledb.egg-info/top_level.txt
src/oracledb/impl/arrow/array.pyx
src/oracledb/impl/arrow/dataframe.pyx
src/oracledb/impl/arrow/schema.pyx
src/oracledb/impl/arrow/utils.pyx
src/oracledb/impl/arrow/nanoarrow/nanoarrow.c
src/oracledb/impl/arrow/nanoarrow/nanoarrow.h
src/oracledb/impl/base/batch_load_manager.pyx
src/oracledb/impl/base/bind_var.pyx
src/oracledb/impl/base/buffer.pyx
src/oracledb/impl/base/connect_params.pyx
src/oracledb/impl/base/connection.pyx
src/oracledb/impl/base/constants.pxi
src/oracledb/impl/base/converters.pyx
src/oracledb/impl/base/cursor.pyx
src/oracledb/impl/base/dbobject.pyx
src/oracledb/impl/base/decoders.pyx
src/oracledb/impl/base/defaults.pyx
src/oracledb/impl/base/encoders.pyx
src/oracledb/impl/base/lob.pyx
src/oracledb/impl/base/metadata.pyx
src/oracledb/impl/base/oson.pyx
src/oracledb/impl/base/parsers.pyx
src/oracledb/impl/base/pipeline.pyx
src/oracledb/impl/base/pool.pyx
src/oracledb/impl/base/pool_params.pyx
src/oracledb/impl/base/queue.pyx
src/oracledb/impl/base/soda.pyx
src/oracledb/impl/base/subscr.pyx
src/oracledb/impl/base/types.pyx
src/oracledb/impl/base/utils.pyx
src/oracledb/impl/base/var.pyx
src/oracledb/impl/base/vector.pyx
src/oracledb/impl/thick/buffer.pyx
src/oracledb/impl/thick/connection.pyx
src/oracledb/impl/thick/cursor.pyx
src/oracledb/impl/thick/dbobject.pyx
src/oracledb/impl/thick/json.pyx
src/oracledb/impl/thick/lob.pyx
src/oracledb/impl/thick/odpi.pxd
src/oracledb/impl/thick/pool.pyx
src/oracledb/impl/thick/queue.pyx
src/oracledb/impl/thick/soda.pyx
src/oracledb/impl/thick/subscr.pyx
src/oracledb/impl/thick/utils.pyx
src/oracledb/impl/thick/var.pyx
src/oracledb/impl/thick/odpi/embed/dpi.c
src/oracledb/impl/thick/odpi/include/dpi.h
src/oracledb/impl/thick/odpi/src/dpiConn.c
src/oracledb/impl/thick/odpi/src/dpiContext.c
src/oracledb/impl/thick/odpi/src/dpiData.c
src/oracledb/impl/thick/odpi/src/dpiDebug.c
src/oracledb/impl/thick/odpi/src/dpiDeqOptions.c
src/oracledb/impl/thick/odpi/src/dpiEnqOptions.c
src/oracledb/impl/thick/odpi/src/dpiEnv.c
src/oracledb/impl/thick/odpi/src/dpiError.c
src/oracledb/impl/thick/odpi/src/dpiErrorMessages.h
src/oracledb/impl/thick/odpi/src/dpiGen.c
src/oracledb/impl/thick/odpi/src/dpiGlobal.c
src/oracledb/impl/thick/odpi/src/dpiHandleList.c
src/oracledb/impl/thick/odpi/src/dpiHandlePool.c
src/oracledb/impl/thick/odpi/src/dpiImpl.h
src/oracledb/impl/thick/odpi/src/dpiJson.c
src/oracledb/impl/thick/odpi/src/dpiLob.c
src/oracledb/impl/thick/odpi/src/dpiMsgProps.c
src/oracledb/impl/thick/odpi/src/dpiObject.c
src/oracledb/impl/thick/odpi/src/dpiObjectAttr.c
src/oracledb/impl/thick/odpi/src/dpiObjectType.c
src/oracledb/impl/thick/odpi/src/dpiOci.c
src/oracledb/impl/thick/odpi/src/dpiOracleType.c
src/oracledb/impl/thick/odpi/src/dpiPool.c
src/oracledb/impl/thick/odpi/src/dpiQueue.c
src/oracledb/impl/thick/odpi/src/dpiRowid.c
src/oracledb/impl/thick/odpi/src/dpiSodaColl.c
src/oracledb/impl/thick/odpi/src/dpiSodaCollCursor.c
src/oracledb/impl/thick/odpi/src/dpiSodaDb.c
src/oracledb/impl/thick/odpi/src/dpiSodaDoc.c
src/oracledb/impl/thick/odpi/src/dpiSodaDocCursor.c
src/oracledb/impl/thick/odpi/src/dpiStmt.c
src/oracledb/impl/thick/odpi/src/dpiStringList.c
src/oracledb/impl/thick/odpi/src/dpiSubscr.c
src/oracledb/impl/thick/odpi/src/dpiUtils.c
src/oracledb/impl/thick/odpi/src/dpiVar.c
src/oracledb/impl/thick/odpi/src/dpiVector.c
src/oracledb/impl/thin/capabilities.pyx
src/oracledb/impl/thin/connection.pyx
src/oracledb/impl/thin/constants.pxi
src/oracledb/impl/thin/crypto.pyx
src/oracledb/impl/thin/cursor.pyx
src/oracledb/impl/thin/dbobject.pyx
src/oracledb/impl/thin/dbobject_cache.pyx
src/oracledb/impl/thin/lob.pyx
src/oracledb/impl/thin/packet.pyx
src/oracledb/impl/thin/pool.pyx
src/oracledb/impl/thin/protocol.pyx
src/oracledb/impl/thin/queue.pyx
src/oracledb/impl/thin/statement.pyx
src/oracledb/impl/thin/statement_cache.pyx
src/oracledb/impl/thin/transport.pyx
src/oracledb/impl/thin/utils.pyx
src/oracledb/impl/thin/var.pyx
src/oracledb/impl/thin/messages/aq_array.pyx
src/oracledb/impl/thin/messages/aq_base.pyx
src/oracledb/impl/thin/messages/aq_deq.pyx
src/oracledb/impl/thin/messages/aq_enq.pyx
src/oracledb/impl/thin/messages/auth.pyx
src/oracledb/impl/thin/messages/base.pyx
src/oracledb/impl/thin/messages/commit.pyx
src/oracledb/impl/thin/messages/connect.pyx
src/oracledb/impl/thin/messages/data_types.pyx
src/oracledb/impl/thin/messages/direct_path_load_stream.pyx
src/oracledb/impl/thin/messages/direct_path_op.pyx
src/oracledb/impl/thin/messages/direct_path_prepare.pyx
src/oracledb/impl/thin/messages/end_pipeline.pyx
src/oracledb/impl/thin/messages/execute.pyx
src/oracledb/impl/thin/messages/fast_auth.pyx
src/oracledb/impl/thin/messages/fetch.pyx
src/oracledb/impl/thin/messages/lob_op.pyx
src/oracledb/impl/thin/messages/logoff.pyx
src/oracledb/impl/thin/messages/ping.pyx
src/oracledb/impl/thin/messages/protocol.pyx
src/oracledb/impl/thin/messages/rollback.pyx
src/oracledb/impl/thin/messages/session_release.pyx
src/oracledb/impl/thin/messages/tpc_change_state.pyx
src/oracledb/impl/thin/messages/tpc_switch.pyx
src/oracledb/plugins/azure_config_provider.py
src/oracledb/plugins/azure_tokens.py
src/oracledb/plugins/oci_config_provider.py
src/oracledb/plugins/oci_tokens.py
tests/conftest.py
tests/create_schema.py
tests/drop_schema.py
tests/test_1000_module.py
tests/test_1100_connection.py
tests/test_1300_cursor_var.py
tests/test_1400_datetime_var.py
tests/test_1500_types.py
tests/test_1600_dml_returning.py
tests/test_1700_error.py
tests/test_1800_interval_var.py
tests/test_1900_lob_var.py
tests/test_2000_long_var.py
tests/test_2100_nchar_var.py
tests/test_2200_number_var.py
tests/test_2300_object_var.py
tests/test_2400_pool.py
tests/test_2500_string_var.py
tests/test_2600_timestamp_var.py
tests/test_2700_aq_dbobject.py
tests/test_2800_aq_bulk.py
tests/test_2900_rowid.py
tests/test_3000_subscription.py
tests/test_3100_boolean_var.py
tests/test_3200_features_12_1.py
tests/test_3300_soda_database.py
tests/test_3400_soda_collection.py
tests/test_3500_json.py
tests/test_3600_outputtypehandler.py
tests/test_3700_var.py
tests/test_3800_typehandler.py
tests/test_3900_cursor_execute.py
tests/test_4000_cursor_executemany.py
tests/test_4100_cursor_callproc.py
tests/test_4200_cursor_scrollable.py
tests/test_4300_cursor_other.py
tests/test_4400_tpc.py
tests/test_4500_connect_params.py
tests/test_4600_type_changes.py
tests/test_4700_pool_params.py
tests/test_4800_timestamp_ltz_var.py
tests/test_4900_timestamp_tz_var.py
tests/test_5000_externalauth.py
tests/test_5100_arrayvar.py
tests/test_5200_sql_parser.py
tests/test_5300_connection_async.py
tests/test_5400_cursor_execute_async.py
tests/test_5500_pool_async.py
tests/test_5600_dbobject_async.py
tests/test_5700_lob_var_async.py
tests/test_5800_cursor_var_async.py
tests/test_5900_dml_returning_async.py
tests/test_6000_typehandler_async.py
tests/test_6100_cursor_executemany_async.py
tests/test_6200_cursor_callproc_async.py
tests/test_6300_cursor_other_async.py
tests/test_6400_vector_var.py
tests/test_6500_vector_interop.py
tests/test_6600_defaults.py
tests/test_6700_json_23.py
tests/test_6800_error_async.py
tests/test_6900_oson.py
tests/test_7000_connection_async_shortcut_methods.py
tests/test_7100_interval_ym_var.py
tests/test_7200_tnsnames.py
tests/test_7300_unsupported_features_thin.py
tests/test_7400_tpc_async.py
tests/test_7500_binary_vector.py
tests/test_7600_pipelining_async.py
tests/test_7700_sparse_vector.py
tests/test_7800_aq_raw.py
tests/test_7900_aq_raw_async.py
tests/test_8000_dataframe.py
tests/test_8100_dataframe_async.py
tests/test_8200_aq_bulk_async.py
tests/test_8300_aq_json.py
tests/test_8400_aq_dbobject_async.py
tests/test_8500_aq_json_async.py
tests/test_8600_cursor_scrollable_async.py
tests/test_8700_sessionless_transaction.py
tests/test_8800_sessionless_transaction_async.py
tests/test_8900_dataframe_ingestion.py
tests/test_9000_dataframe_ingestion_async.py
tests/test_9100_dataframe_vector.py
tests/test_9200_dataframe_vector_async.py
tests/test_9300_dataframe_requested_schema.py
tests/test_9400_dataframe_requested_schema_async.py
tests/test_9600_direct_path_load.py
tests/test_9700_direct_path_load_async.py
tests/ext/conftest.py
tests/ext/test_ext_1000_pool_shrink.py
tests/ext/test_ext_1100_external_auth.py
tests/ext/test_ext_1200_statement_cache.py
tests/ext/test_ext_1300_verifier_type.py
tests/ext/test_ext_1400_inband_notify.py
tests/ext/test_ext_1500_pool_grow.py
tests/ext/test_ext_1600_warnings.py
tests/ext/test_ext_1700_warnings_async.py
tests/ext/test_ext_1800_inband_notif_async.py
tests/ext/test_ext_1900_pool_shrink_async.py
tests/ext/test_ext_2000_pool_grow_async.py
tests/ext/test_ext_2100_bfile_type.py
tests/ext/test_ext_2200_bfile_type_async.py
tests/ext/test_ext_2300_tg.py
tests/ext/test_ext_2400_tg_async.py
tests/ext/test_ext_2500_config_cache.py
tests/ext/test_ext_2600_sessionless_transaction.py
tests/ext/test_ext_2700_sessionless_transaction_async.py
tests/stc/stc_1000_cursor.py