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

mimifying code upper cases SQL keywords #277

Open
m-tyler opened this issue Jan 18, 2022 · 0 comments
Open

mimifying code upper cases SQL keywords #277

m-tyler opened this issue Jan 18, 2022 · 0 comments

Comments

@m-tyler
Copy link

m-tyler commented Jan 18, 2022

If I mimify this statement.

select * from TABLE_NAME_A A inner join TABLE_NAME_B B on A.COLUMN = B.COLUMM left join TABLE_NAME_C C on A.COLUMN = C.COLUMN
where C.COLUMN is not null.

The following keywords are uppercased, INNER, JOIN, NULL. Other keywords I have seen upper cased are UNION, UNION ALL. There might be more but this is all I have documented from my query work.

the mimify has no option for case conversion so I would expect it to leave code alone.

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