safesql icon indicating copy to clipboard operation
safesql copied to clipboard

Detect connection leaks

Open briansorahan opened this issue 7 years ago • 0 comments

I am researching tools that could detect leaked connections, e.g. failing to call rows.Close after a call to db.Query This tool does not do this right? Should it? Any suggestions for tools that are out there that might accept a PR if not this one? I want to avoid writing something from scratch.

briansorahan avatar May 18 '17 21:05 briansorahan