Completed
Details
Assignee
Sean CorfieldSean CorfieldReporter
Sean CorfieldSean CorfieldPriority
Major
Details
Details
Assignee
Sean Corfield
Sean CorfieldReporter
Sean Corfield
Sean CorfieldPriority

Created August 11, 2018 at 1:21 AM
Updated August 13, 2018 at 8:17 PM
Resolved August 13, 2018 at 8:17 PM
It assumes there is no active connection and always closes the connection it gets. That's unsafe. It should use db-find-connection and only open/close when there isn't an active connection.
The same is true for with-db-metadata. All other uses of get-connection seem to have a db-find-connection guard.