Skyline syntax (preferring clause)#2078
Skyline syntax (preferring clause)#2078manticore-projects merged 6 commits intoJSQLParser:masterfrom
Conversation
|
Thank you much for your contribution and effort! |
manticore-projects
left a comment
There was a problem hiding this comment.
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,UPDATEandDELETEstatements. For more details see https://docs.exasol.com/db/latest/advanced_analytics/skyline.htm