Incorrect SQL warnings #11252
Unanswered
JSaterdalen
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I am writing some SQL queries for use with sqlc in Go. I am frequently getting diagnostic warnings about expected characters being missed. For example, the following statement:
triggers this warning:
Expected "{" or [A-Za-z_] but "1" found.
Another example is anytime I use the REFERENCES keyword.

Reproduction Steps
I expected this to happen:
Instead, this happened:
Expected "{" or [A-Za-z_] but "1" found.
Helix log
~/.cache/helix/helix.log
Platform
macOS
Terminal Emulator
iTerm2
Installation Method
brew
Helix Version
helix 24.3 (2cadec0)
Beta Was this translation helpful? Give feedback.
All reactions