Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/oracledb/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ def _raise_not_supported(feature: str) -> None:
ERR_OPERATION_ONLY_SUPPORTED_ON_BFILE = 3026
ERR_CURSOR_DIFF_CONNECTION = 3027
ERR_UNSUPPORTED_PIPELINE_OPERATION = 3028
ERR_MISSING_QUOTE_IN_STRING = 3029

# error numbers that result in DatabaseError
ERR_TNS_ENTRY_NOT_FOUND = 4000
Expand Down