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

Oracle quotation operation fails #45

Closed
hemlac opened this issue Jul 26, 2021 · 2 comments
Closed

Oracle quotation operation fails #45

hemlac opened this issue Jul 26, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@hemlac
Copy link
Contributor

hemlac commented Jul 26, 2021

Using StandardSql or PlSql dialect, sql-formatter incorrectly interprets the Oracle quotation (q'...') operator.
For input string Select q'{test message}' from dual
gives wrong result
Select q '{test message}' from dual

@vertical-blank vertical-blank self-assigned this Jul 27, 2021
@vertical-blank vertical-blank added the bug Something isn't working label Jul 27, 2021
@vertical-blank
Copy link
Owner

Fixed by #47

@hemlac
Copy link
Contributor Author

hemlac commented Aug 9, 2021

@vertical-blank
Works fine!
Thank you!

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
Development

No branches or pull requests

2 participants