1
0
Fork 0
mirror of https://github.com/mperham/connection_pool synced 2023-03-27 23:22:21 -04:00
connection_pool/test
Petteri Räty 387013797b Fix nested checkouts
If you did nested checkouts the inner use would check the connection
back to the pool and then the outer checkout could be using a connection
at the same time with something else. See issue #14.
2012-06-18 16:15:50 +03:00
..
helper.rb Wrapper should provide 'with' just like a ConnectionPool instance, minor cleanup. 2012-03-14 08:36:40 -07:00
test_connection_pool.rb Fix nested checkouts 2012-06-18 16:15:50 +03:00