Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support re-using prepared statements #46

Open
tanner0101 opened this issue Jul 26, 2018 · 0 comments
Open

Support re-using prepared statements #46

tanner0101 opened this issue Jul 26, 2018 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@tanner0101
Copy link
Member

tanner0101 commented Jul 26, 2018

MySQL's wire protocol supports this but currently the driver just creates a new prepared statement for each query, even if only the bind values are changing.

@tanner0101 tanner0101 transferred this issue from vapor/mysql-kit Jul 23, 2020
@tanner0101 tanner0101 changed the title add API for re-using prepared statement Support re-using prepared statements Jul 23, 2020
@tanner0101 tanner0101 added this to To Do in Vapor 4 via automation Jul 23, 2020
@tanner0101 tanner0101 added the enhancement New feature or request label Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Vapor 4
  
To Do
Development

No branches or pull requests

1 participant