Skip to content

Implement Prepare for stored procedures #742

Description

@bgrainger

Split from #397 and #397 (comment).

MySqlCommand.Prepare() should support CommandType.StoredProcedure; it currently fails.

Note that prepared stored procedures can natively return output parameters (without executing a separate SELECT statement); this will need to be supported. See #231 (comment) and example code here: https://dev.mysql.com/doc/refman/5.7/en/c-api-prepared-call-statements.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions