Skip to content

Add true 'prepare' functionality to Queries #131

Description

@lonnieezell

Queries should have the ability to be a true prepared statement that can be reused. There are performance reasons NOT to make every query a prepared statement, and the query build/connection already takes care of escaping parameters in the same way that a prepared statement would. However, the user should still be able to use true prepared statements because sometimes it does make sense.

Enhancement Checklist:

  • Component(s) modified
  • Unit testing updated
  • User guide updated
  • Securely signed commits
  • Conforms to style guide

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

databaseIssues or pull requests that affect the database layerenhancementPRs that improve existing functionalitiesin progress

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions