sqlclosecheck icon indicating copy to clipboard operation
sqlclosecheck copied to clipboard

Allow for skipping prepared statements.

Open thezerobit opened this issue 3 years ago • 2 comments

Prepared statements can live as long as the connection and be reused over and over and then closed much later. In that scenario, it would be nice to be able to allow prepared statements to not be closed in the same function that they are created in.

thezerobit avatar May 22 '21 00:05 thezerobit