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

SQL Statement Support for preparetion #4620

Open
wubx opened this issue Mar 30, 2022 · 1 comment
Open

SQL Statement Support for preparetion #4620

wubx opened this issue Mar 30, 2022 · 1 comment
Labels
C-feature Category: feature good first issue Category: good first issue prio: low Low priority

Comments

@wubx
Copy link
Member

wubx commented Mar 30, 2022

Summary

Some drivers and connectors support the ability to send a SQL statement for preparation before execution.
Such as :

  • SELECT
  • DML
  • show

Relation issue:
#4618

@wubx wubx added the C-feature Category: feature label Mar 30, 2022
@wubx
Copy link
Member Author

wubx commented Mar 30, 2022

MySQL prepare statement:

PREPARE stmt_name FROM preparable_stmt

execute Statement:

EXECUTE stmt_name
    [USING @var_name [, @var_name] ...]

@BohuTANG BohuTANG added prio: low Low priority good first issue Category: good first issue labels Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature good first issue Category: good first issue prio: low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants