Skip to content

Call clear() in reset() and consider removing it from the public API #14

@mrts

Description

@mrts

PreparedStatement::reset() resets the prepared statement object back to its initial state, ready to be re-executed.

Contrary to the intuition of many, any bound variables retain their values.

-> Don't work against the intuition of many: do clear() internally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions