Closed leo-b closed 3 months ago
We'll review; thanks.
Since this method is called internally during cursor execution, having it changed midstream could make the results difficult to predict. I'll change the documentation to indicate that it is read-only -- but if you would like the ability to set this (and its sibliing inconverter), please provide the reason you would like to do so! Thanks.
The documentation has been updated. Thanks for bringing this to our attention!
Hi!
The latest oracledb documentation states that
Variable.outconverter
is a read-write attribute. https://python-oracledb.readthedocs.io/en/latest/api_manual/variable.html#Variable.outconverterHowever this doesn't seem to be true:
Is the setter property missing or is the documentation wrong?
Cheers, --leo