Handling not supported engines #240
Unanswered
jaggernoth
asked this question in
Q&A
Replies: 1 comment
-
|
I guess it's welcomed, that's how all backend support started😁 If that won't break the functionality or introduce significant complication ( of already complicated) of parsing than we would be more than happy 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Is it ok to create PR's for unsupported dialects? As long as it doesn't break existing logic of course.
One I've got in mind is Presto's UNNEST : https://prestodb.io/docs/current/sql/select.html#unnest
Having
unnestin the 'FROM' section currently generates extra tables from tokens insideUNNESTandtI can work around it in my code, but it would be much nicer to have it handled in the library itself.
Beta Was this translation helpful? Give feedback.
All reactions