Miksus / red-bird

Repository Patterns for Python
https://red-bird.readthedocs.io
MIT License
163 stars 22 forks source link

BUG: Fix select result closed #43

Closed Miksus closed 1 year ago

Miksus commented 1 year ago

Result in redbird.sql.Table.select was closed before processing the results. This PR fixes that bug.