Closed metametadata closed 8 years ago
In a worst case it can lead to the exhaustion of a connection pool and this is actually what I experience on running unit tests where I clear and migrate a test db before each test.
Ah, looks like I've broken library tests.
Thanks for the patch! I have a few suggestions I'll add as inline comments
Done!
Perfect, thanks!
In a worst case it can lead to the exhaustion of a connection pool and this is actually what I experience on running unit tests where I clear and migrate a test db before each test.