fetch_lobs setter on Defaults has the wrong type · Issue #458 · oracle/python-oracledb (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
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
.
def fetch_lobs(self, value: str): |
---|
Metadata
Metadata
Labels
Development
No branches or pull requests