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

[feature] should impl select system variable in parser #54

Open
fansehep opened this issue Feb 23, 2024 · 0 comments
Open

[feature] should impl select system variable in parser #54

fansehep opened this issue Feb 23, 2024 · 0 comments

Comments

@fansehep
Copy link
Collaborator

MySQL use:

SELECT @@transaction_isolation;

to show current connection transaction isolation.
we can add a rules to parse this. Prefix of '@@*' Token::Ident can be regarded as SystemVariables;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant