Skip to content

Automatically close prepared statements after execute #154

Closed
@kevinlang

Description

@kevinlang

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions