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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace grammar by antlr/grammars-v4's #73

Merged
merged 16 commits into from
Apr 3, 2023
Merged

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    375f3ea View commit details
    Browse the repository at this point in the history
  2. Rename rule element labels that are misleading in C

    Relabeling policy '<x>_label':
    - 'from'
    - 'id'
    - 'property'
    - 'str'
    - 'format'
    - 'input'
    - 'with'
    - 'type'
    svengiegerich committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    03eb658 View commit details
    Browse the repository at this point in the history
  3. Generate grammar

    svengiegerich committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    75e5501 View commit details
    Browse the repository at this point in the history
  4. Reflect changes in tsql.py

    - name or parser and lexer
    - incoporate new rule `batch_level_statement`
    - replace `is not None` by `hasattr()`
    svengiegerich committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    23b9824 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    4fbf2aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35d80de View commit details
    Browse the repository at this point in the history
  3. Adjust tests for shortcomings in new grammar

    - '\NGO' not recognized for simple SELECT statements, see antlr/grammars-v4#3275
    - New grammar has more false positives; hence, some invalid queries are flagged as valid
    svengiegerich committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    6f3b28d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebdce7b View commit details
    Browse the repository at this point in the history
  5. Update docs

    svengiegerich committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    a7f211c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    be347c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    a704903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    606b1d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    dbfd824 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8810f63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e0fa6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4aaf63 View commit details
    Browse the repository at this point in the history