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

View name is wrongly written uppercase in CREATE OR REPLACE VIEW my_view AS #77

Closed
PabloRMira opened this issue Dec 20, 2020 · 0 comments · Fixed by #79
Closed

View name is wrongly written uppercase in CREATE OR REPLACE VIEW my_view AS #77

PabloRMira opened this issue Dec 20, 2020 · 0 comments · Fixed by #79
Assignees
Labels
bug Something isn't working

Comments

@PabloRMira
Copy link
Owner

PabloRMira commented Dec 20, 2020

This is the case if there is some special keyword in between like COMMENT, e.g.:

CREATE OR REPLACE VIEW my_view COMMENT='blabla' AS

in that case we wrongly get

CREATE OR REPLACE VIEW MY_VIEW comment='blabla' AS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant