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

Mistakes in type definitions #76

Open
nene opened this issue Mar 27, 2024 · 0 comments
Open

Mistakes in type definitions #76

nene opened this issue Mar 27, 2024 · 0 comments

Comments

@nene
Copy link
Owner

nene commented Mar 27, 2024

These fields don't actually exists, but are defined in types:

  • The ResetAllParametersClause contains name field.
  • The CreateFunctionStmt contains behaviorKw field.

Also the parsing rule for ResetAllParametersClause seems to be consuming extra whitespace:

reset_all_parameters_clause
  = kw:(RESET __ ALL __) {  // <--- here
    return loc({
      type: "reset_all_parameters_clause",
      resetAllKw: read(kw),
    });
  }
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