Change the OCI Factory to be a context manager.
All code using OCI was updated to the following
with statement:
with OCI(...).new as oci:
oci.some_member()
This is related to Issue #2412
|
||
|---|---|---|
| .. | ||
| setup | ||
| __init__.py | ||
| appx.py | ||
| base.py | ||
| oci.py | ||