altairbow / django-db-connection-pool

Database connection pool component library for Django
https://pypi.python.org/pypi/django-db-connection-pool/
MIT License
181 stars 24 forks source link

Add _set_autocommit to oracle/base.py #35

Closed kevin-kessler closed 2 years ago

kevin-kessler commented 2 years ago

Fixes setting the autocommit flag properly when using the oracle backend. Without this fix, autocommit stays false by default even if set to true in Django. See https://github.com/altairbow/django-db-connection-pool/issues/33

altairbow commented 2 years ago

Good work!