zodb / relstorage

A backend for ZODB that stores pickles in a relational database.
Other
54 stars 46 forks source link

Fix UnboundLocalError in StoreConnectionPool.borrowing. #422

Closed jamadden closed 3 years ago

jamadden commented 3 years ago

We needed greater safety in StoreConnection.borrow. Test that this drops the connection if needed.

Fixes #421