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

Fix should allow the table alias without the AS keyword #71

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

git-hulk
Copy link
Member

This closes #70

@git-hulk git-hulk requested a review from Lance726 June 27, 2024 10:24
@coveralls
Copy link

coveralls commented Jun 27, 2024

Pull Request Test Coverage Report for Build 9694899115

Details

  • 11 of 13 (84.62%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.09%) to 57.831%

Changes Missing Coverage Covered Lines Changed/Added Lines %
parser/parser_query.go 10 12 83.33%
Totals Coverage Status
Change from base Build 9541721532: 0.09%
Covered Lines: 5860
Relevant Lines: 10133

💛 - Coveralls

@git-hulk git-hulk merged commit 61b3867 into AfterShip:master Jun 27, 2024
1 check passed
git-hulk added a commit to git-hulk/clickhouse-sql-parser that referenced this pull request Nov 29, 2024
@git-hulk git-hulk deleted the support/table-alias-without-as branch November 29, 2024 08:52
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

Successfully merging this pull request may close these issues.

Table alias in FROM clause is not parsed
3 participants