Files
django-postgrespool/django_postgrespool
Jonty Wareing a156ba98e6 Correctly invalidate connections on failure
_cursor does not check if the connection is still valid, meaning that
once a connection has been marked as invalid it will attempt to get an
sqlalchemy cursor on a broken connection and throw an exception. This
commit causes the connection to be validated when using the cursor,
triggering a new connection to be fetched from the pool if the previous
one has been marked as dead.
2013-07-02 18:34:42 +00:00
..
2012-09-27 20:18:08 -04:00