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

Support iteration in CursorWrapper #50

Closed jlmorton closed 1 year ago

jlmorton commented 1 year ago

This PR resolves a bug described in issue #48, which is breaking v1.2.3.

It looks like this was introduced in 2383593df44ed68298371c481611b22fdda21904

altairbow commented 1 year ago

Thank you, this PR does fix the BUG, but I plan to move dj_db_conn_pool.core.utils.CursorWrapper to dj_db_conn_pool.backends.jdbc.utils.CursorWrapper, this PR will not be merged