-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Skyline syntax (preferring clause) #2078
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
Skyline syntax (preferring clause) #2078
Conversation
Thank you much for your contribution and effort! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please no wild card imports (as requested by @wumpz).
Rest looks great as usual and I would merge immediately when this will have been cleaned up. Thanks!
src/main/java/net/sf/jsqlparser/expression/ExpressionVisitor.java
Outdated
Show resolved
Hide resolved
src/main/java/net/sf/jsqlparser/statement/select/PlainSelect.java
Outdated
Show resolved
Hide resolved
src/main/java/net/sf/jsqlparser/util/deparser/ExpressionDeParser.java
Outdated
Show resolved
Hide resolved
src/main/java/net/sf/jsqlparser/util/deparser/ExpressionDeParser.java
Outdated
Show resolved
Hide resolved
src/main/java/net/sf/jsqlparser/util/validation/validator/ExpressionValidator.java
Outdated
Show resolved
Hide resolved
src/main/java/net/sf/jsqlparser/util/validation/validator/ExpressionValidator.java
Outdated
Show resolved
Hide resolved
Please check for ALL wild card imports (in case I have missed to mark one), thanks! |
You're welcome and thank you also for your support! Currently, I don't have a complete overview of Exasol syntax which is not supported by JSqlParser, but my next implementation will be the support of the IMPORT (with subimport as part of select) and EXPORT statements of Exasol. |
Will do and sorry - my IDE did that automatically. |
there should be a configuration for this (even project specific). |
Ok, so I would like to suggest we will wait with 5.1 for this specific stuff and then will aim for a release when this would be ready. |
This PR implements the skyline syntax (preferring clause) of Exasol which is available for
SELECT
,UPDATE
andDELETE
statements. For more details see https://docs.exasol.com/db/latest/advanced_analytics/skyline.htm