Joel Beach

Results 2 issues of Joel Beach

This is an alternative to #4468 that works across dialects. From the original PR: > However, in transaction mode, no cleanup function is returned, which means that when Commit() or...

Currently, the sql driver correctly handles resetting session vars when non in transactional mode by providing a cleanup function that wraps the `Close()` on the connection so that the sql...