kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.14k stars 570 forks source link

Fixing issue for issue 149 #177

Closed jraper3 closed 5 months ago

jraper3 commented 5 years ago

149

bisguzar commented 5 years ago

When you use as context manager its closing connection after block. Shouldn't we close connection manually?