We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think many identifiers are needed to update to permit FQNs(Full Qualified Names) to achieve compatibility to current GoogleSQL dialect.
Additionally, memefish should supports CREATE SCHEMA, and DROP SCHEMA DDL statements.
CREATE SCHEMA
DROP SCHEMA
ALL object_type IN SCHEMA
GRANT
REVOKE
GRANT USAGE ON SCHEMA [DEFAULT | DEFAULT schema_name_list | schema_name_list] TO ROLE role_list
Released at 2024-06-20.
The text was updated successfully, but these errors were encountered:
It may deprecate implicit ast.Unnest because it can't be distinguished from TableExpr with qualified table name without semantic analysis. #123
ast.Unnest
TableExpr
Sorry, something went wrong.
No branches or pull requests
I think many identifiers are needed to update to permit FQNs(Full Qualified Names) to achieve compatibility to current GoogleSQL dialect.
Additionally, memefish should supports
CREATE SCHEMA
, andDROP SCHEMA
DDL statements.CREATE SCHEMA
/DROP SCHEMA
DDLs Support SCHEMA DDL statements #179ALL object_type IN SCHEMA
inGRANT
/REVOKE
GRANT USAGE ON SCHEMA [DEFAULT | DEFAULT schema_name_list | schema_name_list] TO ROLE role_list
Released at 2024-06-20.
The text was updated successfully, but these errors were encountered: