yhat / db.py

db.py is an easier way to interact with your databases
BSD 2-Clause "Simplified" License
1.22k stars 111 forks source link

enable autocommit for postgres #91

Closed b11z closed 7 years ago

b11z commented 7 years ago

Without this change, db.query() in an interactive session will leaves the connection as idle in transaction; long-running transactions can cause MVCC bloat.