-
Notifications
You must be signed in to change notification settings - Fork 77
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
Failed to lex SQL query (likely array related) #97
Comments
@pnomolos that sounds plausible. I've been working on a new lexer that, with any luck, will help here. Unfortunately, I don't have an ETA. These errors will not affect overall operation of Skylight, though they may reduce what is visible in the UI. |
Possibly related to #81 |
@pnomolos this is way overdue, but can I ask what SQL variant you're using? |
I also think the new SQL lexer will resolve this. I expect a beta to be released in the coming weeks. |
@wagenet We're on Postgres 9.6, and glad to hear it's getting fixed :) |
I can't put the entire statement here, but I believe the section in question that's failing (based on previous tickets) is likely the following bit:
"imported_files" = ARRAY['type','another','something','else']::character varying[]
The text was updated successfully, but these errors were encountered: