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 prepared statements SQL statements #4452

Closed
fulghum opened this issue Oct 3, 2022 · 1 comment
Closed

Support prepared statements SQL statements #4452

fulghum opened this issue Oct 3, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request sql Issue with SQL

Comments

@fulghum
Copy link
Contributor

fulghum commented Oct 3, 2022

Client tooling can already execute prepared statements through commands over MySQL's wire protocol, but we don't yet support creating, executing, and deallocating prepared statements directly through SQL commands. This is a handy feature for debugging and should be easy to wire up to the existing prepared statement support.

Add support for PREPARE, EXECUTE, and DEALLOCATE PREPARE:
https://dev.mysql.com/doc/refman/8.0/en/sql-prepared-statements.html#prepared-statement-types

@jycor
Copy link
Contributor

jycor commented Dec 16, 2022

fix is merged to gms, and will eventually merge to dolt main

@jycor jycor closed this as completed Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sql Issue with SQL
Projects
None yet
Development

No branches or pull requests

3 participants