fetch_lobs setter on Defaults has the wrong type · Issue #458 · oracle/python-oracledb (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@srtucker

Description

@srtucker

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

Issue actions