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

Failed to lex SQL query (likely array related) #97

Closed
pnomolos opened this issue May 4, 2017 · 5 comments
Closed

Failed to lex SQL query (likely array related) #97

pnomolos opened this issue May 4, 2017 · 5 comments

Comments

@pnomolos
Copy link

pnomolos commented May 4, 2017

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[]

@wagenet
Copy link
Contributor

wagenet commented May 9, 2017

@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.

@jesperronn
Copy link

Possibly related to #81

@wagenet
Copy link
Contributor

wagenet commented Dec 14, 2017

@pnomolos this is way overdue, but can I ask what SQL variant you're using?

@wagenet
Copy link
Contributor

wagenet commented Dec 14, 2017

I also think the new SQL lexer will resolve this. I expect a beta to be released in the coming weeks.

@pnomolos
Copy link
Author

pnomolos commented Dec 15, 2017

@wagenet We're on Postgres 9.6, and glad to hear it's getting fixed :)

@wagenet wagenet closed this as completed Jul 7, 2020
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

3 participants