Closed
Description
This is not a runtime issue but rather a type checking issue.
In the Defaults
class the setter for fetch_lobs
the value parameter has a type of str
when it should be bool
.
python-oracledb/src/oracledb/defaults.py
Line 78 in b94d10b