Closed
Description
Right now we rely entirely on NIF destructor calling behavior which is apparently unreliable for cleaning up our queries/statements. One thing I see the myxql
driver do is automatically close any unnamed queries after execute
.
As part of this we can change our implementation of handle_close
to actually close the query given.
Metadata
Metadata
Assignees
Labels
No labels