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 MySQL system variables #3576

Merged
merged 4 commits into from Jul 10, 2022

Commits on Jul 8, 2022

  1. Modify at_sign lexer and add parser to handle MyQL system variables +…

    … provide fixtures for validation.
    qgallet committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    2555239 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54e7fb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Improve at_sign lexer.

    $ sign is now supported, and a `.` cannot be at the start/end of a variable name.
    qgallet committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    b88321e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9a071b View commit details
    Browse the repository at this point in the history