PyPI project
oracledb
100+ indexed releases ยท newest sdist 4.0.2 with 146 indexed members
Files in 4.0.2 oracledb-4.0.2.tar.gz
- setup.py
- src/oracledb/__init__.py
- src/oracledb/aq.py
- src/oracledb/arrow_array.py
- src/oracledb/base.py
- 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/end_user_security_context.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/plugins/azure_config_provider.py
- src/oracledb/plugins/azure_tokens.py
- src/oracledb/plugins/end_user_sec_provider.py
- src/oracledb/plugins/oci_config_provider.py
- src/oracledb/plugins/oci_tokens.py
- src/oracledb/pool.py
- src/oracledb/pool_params.py
- src/oracledb/secret_values.py
- src/oracledb/soda.py
- src/oracledb/sparse_vector.py
- src/oracledb/subscr.py
- src/oracledb/utils.py
- src/oracledb/var.py
- src/oracledb/version.py
- tests/conftest.py
- tests/create_schema.py
- tests/drop_schema.py
- tests/ext/conftest.py
- tests/ext/test_ext_1000_pool.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_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_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
- 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/test_9800_external_oci_stmt.py
Indexed releases
- 4.0.2
oracledb-4.0.2.tar.gz146 members - 4.0.2
oracledb-4.0.2-cp39-cp39-win32.whl37 members - 4.0.2
oracledb-4.0.2-cp39-cp39-musllinux_1_2_aarch64.whl37 members - 4.0.2
oracledb-4.0.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl37 members - 4.0.2
oracledb-4.0.2-cp314-cp314-win_arm64.whl37 members - 4.0.2
oracledb-4.0.2-cp314-cp314-win32.whl37 members - 4.0.2
oracledb-4.0.2-cp314-cp314-musllinux_1_2_aarch64.whl37 members - 4.0.2
oracledb-4.0.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl37 members - 4.0.2
oracledb-4.0.2-cp313-cp313-win_arm64.whl37 members - 4.0.2
oracledb-4.0.2-cp313-cp313-win32.whl37 members - 4.0.2
oracledb-4.0.2-cp313-cp313-musllinux_1_2_aarch64.whl37 members - 4.0.2
oracledb-4.0.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl37 members - 4.0.2
oracledb-4.0.2-cp312-cp312-win_arm64.whl37 members - 4.0.2
oracledb-4.0.2-cp312-cp312-win32.whl37 members - 4.0.2
oracledb-4.0.2-cp312-cp312-musllinux_1_2_aarch64.whl37 members - 4.0.2
oracledb-4.0.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl37 members - 4.0.2
oracledb-4.0.2-cp311-cp311-win_arm64.whl37 members - 4.0.2
oracledb-4.0.2-cp311-cp311-win32.whl37 members - 4.0.2
oracledb-4.0.2-cp311-cp311-musllinux_1_2_aarch64.whl37 members - 4.0.2
oracledb-4.0.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl37 members - 4.0.2
oracledb-4.0.2-cp310-cp310-win_amd64.whl37 members - 4.0.2
oracledb-4.0.2-cp310-cp310-musllinux_1_2_x86_64.whl37 members - 4.0.2
oracledb-4.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl37 members - 4.0.2
oracledb-4.0.2-cp310-cp310-macosx_10_9_universal2.whl37 members - 4.0.1
oracledb-4.0.1-cp39-cp39-win_amd64.whl37 members - 4.0.1
oracledb-4.0.1-cp39-cp39-musllinux_1_2_x86_64.whl37 members - 4.0.1
oracledb-4.0.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl37 members - 4.0.1
oracledb-4.0.1-cp39-cp39-macosx_10_9_universal2.whl37 members - 4.0.1
oracledb-4.0.1-cp314-cp314-win_amd64.whl37 members - 4.0.1
oracledb-4.0.1-cp314-cp314-musllinux_1_2_x86_64.whl37 members - 4.0.1
oracledb-4.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl37 members - 4.0.1
oracledb-4.0.1-cp314-cp314-macosx_10_15_universal2.whl37 members - 4.0.1
oracledb-4.0.1-cp313-cp313-win_amd64.whl37 members - 4.0.1
oracledb-4.0.1-cp313-cp313-musllinux_1_2_x86_64.whl37 members - 4.0.1
oracledb-4.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl37 members - 4.0.1
oracledb-4.0.1-cp313-cp313-macosx_10_13_universal2.whl37 members - 4.0.1
oracledb-4.0.1-cp312-cp312-win_amd64.whl37 members - 4.0.1
oracledb-4.0.1-cp312-cp312-musllinux_1_2_x86_64.whl37 members - 4.0.1
oracledb-4.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl37 members - 4.0.1
oracledb-4.0.1-cp312-cp312-macosx_10_13_universal2.whl37 members - 4.0.1
oracledb-4.0.1-cp311-cp311-win_amd64.whl37 members - 4.0.1
oracledb-4.0.1-cp311-cp311-musllinux_1_2_x86_64.whl37 members - 4.0.1
oracledb-4.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl37 members - 4.0.1
oracledb-4.0.1-cp311-cp311-macosx_10_9_universal2.whl37 members - 4.0.1
oracledb-4.0.1-cp310-cp310-win32.whl37 members - 4.0.1
oracledb-4.0.1-cp310-cp310-musllinux_1_2_aarch64.whl37 members - 4.0.1
oracledb-4.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl37 members - 4.0.0
oracledb-4.0.0.tar.gz148 members - 4.0.0
oracledb-4.0.0-cp39-cp39-win32.whl37 members - 4.0.0
oracledb-4.0.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl37 members - 4.0.0
oracledb-4.0.0-cp314-cp314-win_amd64.whl37 members - 4.0.0
oracledb-4.0.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl37 members - 4.0.0
oracledb-4.0.0-cp314-cp314-macosx_10_15_universal2.whl37 members - 4.0.0
oracledb-4.0.0-cp313-cp313-win32.whl37 members - 4.0.0
oracledb-4.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl37 members - 4.0.0
oracledb-4.0.0-cp312-cp312-win_amd64.whl37 members - 4.0.0
oracledb-4.0.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl37 members - 4.0.0
oracledb-4.0.0-cp312-cp312-macosx_10_13_universal2.whl37 members - 4.0.0
oracledb-4.0.0-cp311-cp311-win32.whl37 members - 4.0.0
oracledb-4.0.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl37 members - 4.0.0
oracledb-4.0.0-cp310-cp310-win_amd64.whl37 members - 4.0.0
oracledb-4.0.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl37 members - 4.0.0
oracledb-4.0.0-cp310-cp310-macosx_10_9_universal2.whl37 members - 3.4.2
oracledb-3.4.2-cp39-cp39-win_amd64.whl34 members - 3.4.2
oracledb-3.4.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl34 members - 3.4.2
oracledb-3.4.2-cp39-cp39-macosx_10_9_universal2.whl34 members - 3.4.2
oracledb-3.4.2-cp314-cp314-win32.whl34 members - 3.4.2
oracledb-3.4.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl34 members - 3.4.2
oracledb-3.4.2-cp313-cp313-win_amd64.whl34 members - 3.4.2
oracledb-3.4.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl34 members - 3.4.2
oracledb-3.4.2-cp313-cp313-macosx_10_13_universal2.whl34 members - 3.4.2
oracledb-3.4.2-cp312-cp312-win32.whl34 members - 3.4.2
oracledb-3.4.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl34 members - 3.4.2
oracledb-3.4.2-cp311-cp311-win_amd64.whl34 members - 3.4.2
oracledb-3.4.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl34 members - 3.4.2
oracledb-3.4.2-cp311-cp311-macosx_10_9_universal2.whl34 members - 3.4.2
oracledb-3.4.2-cp310-cp310-win32.whl34 members - 3.4.2
oracledb-3.4.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl34 members - 3.4.1
oracledb-3.4.1.tar.gz144 members - 3.4.1
oracledb-3.4.1-cp39-cp39-win32.whl34 members - 3.4.1
oracledb-3.4.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl34 members - 3.4.1
oracledb-3.4.1-cp314-cp314-win_amd64.whl34 members - 3.4.1
oracledb-3.4.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl34 members - 3.4.1
oracledb-3.4.1-cp314-cp314-macosx_10_15_universal2.whl34 members - 3.4.1
oracledb-3.4.1-cp313-cp313-win32.whl34 members - 3.4.1
oracledb-3.4.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl34 members - 3.4.1
oracledb-3.4.1-cp312-cp312-win_amd64.whl34 members - 3.4.1
oracledb-3.4.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl34 members - 3.4.1
oracledb-3.4.1-cp312-cp312-macosx_10_13_universal2.whl34 members - 3.4.1
oracledb-3.4.1-cp311-cp311-win32.whl34 members - 3.4.1
oracledb-3.4.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl34 members - 3.4.1
oracledb-3.4.1-cp310-cp310-win_amd64.whl34 members - 3.4.1
oracledb-3.4.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl34 members - 3.4.1
oracledb-3.4.1-cp310-cp310-macosx_10_9_universal2.whl34 members - 3.4.0
oracledb-3.4.0-cp39-cp39-win_amd64.whl34 members - 3.4.0
oracledb-3.4.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl34 members - 3.4.0
oracledb-3.4.0-cp39-cp39-macosx_10_9_universal2.whl34 members - 3.4.0
oracledb-3.4.0-cp314-cp314-win32.whl34 members - 3.4.0
oracledb-3.4.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl34 members - 3.4.0
oracledb-3.4.0-cp313-cp313-win_amd64.whl34 members
and more releases past the first 100