support clickhouse global keyword in join#1615
Closed
julianzlzhang wants to merge 1 commit intoJSQLParser:masterfrom
Closed
support clickhouse global keyword in join#1615julianzlzhang wants to merge 1 commit intoJSQLParser:masterfrom
julianzlzhang wants to merge 1 commit intoJSQLParser:masterfrom
Conversation
Contributor
|
Looks good to me, please approve. |
Member
|
JSqlParser enforces some coding rules you are violating in your PR. A complete maven build does not succeed in your branch. Please correct that. |
|
When will this problem be solved? |
Member
|
@julianzlzhang When do you solve your PRs problems? Look into failing checkstyle verification. |
manticore-projects
added a commit
to manticore-projects/JSqlParser
that referenced
this pull request
Nov 28, 2022
All credits to @julianzlzhang fixes JSQLParser#1615 fixes JSQLParser#1535
Merged
Contributor
|
I have salvaged this PR into #1676 |
wumpz
pushed a commit
that referenced
this pull request
Dec 22, 2022
* support clickhouse global keyword in join * fix: add missing public Getter Add public Getter for `updateSets` Fixes #1630 * feat: Clickhouse GLOBAL JOIN All credits to @julianzlzhang fixes #1615 fixes #1535 * feat: IF/ELSE statements supports Block Make `If... Else...` statements work with Blocks Make `Statement()` production work with `Block()` Rewrite the `Block()` related Unit Tests fixes #1682 * fix: Revert unintended changes to the Special Oracle Tests * fix: `SET` statement supports `UserVariable` Make `SetStatement` parse Objects instead of Names only Add Grammar to accept `UserVariable` (e.g. "set @Flag = 1") Add Test Case for `UserVariable` fixes #1682 * feat: Google Spanner Support Replaces PR #1415, all credit goes to @s13o Re-arranged some recently added Tokens in alphabetical order Update Keywords * fix: fix JSonExpression, accept Expressions Make JSonExpression accept Expressions Add Testcase Expose Idents() and Operators() Fixes #1696 * test: add Test for Issue #1237 Co-authored-by: Zhang Zhongliang <zhangzhongliang@xiaomi.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support GLOBAL keyword for JOIN in ClickHouse.