We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a3854 commit 91406c6Copy full SHA for 91406c6
src/oracledb/errors.py
@@ -439,7 +439,8 @@ def _raise_from_string(exc_type: Exception, message: str) -> None:
439
ERR_UNSUPPORTED_VAR_SET:
440
'variable of type {db_type_name} does not support being set',
441
ERR_UNSUPPORTED_VERIFIER_TYPE:
442
- 'unsupported password verifier type: 0x{verifier_type:x}',
+ 'password verifier type 0x{verifier_type:x} is not supported by '
443
+ 'python-oracledb in thin mode',
444
ERR_WALLET_FILE_MISSING:
445
'cannot connect to database. Wallet file {name} was not found',
446
ERR_WRONG_ARRAY_DEFINITION:
0 commit comments