Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
AfterShip
/
clickhouse-sql-parser
Public
Notifications
You must be signed in to change notification settings
Fork
40
Star
207
Code
Issues
0
Pull requests
2
Discussions
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 2, 2025
Support single-quoted table names (#199)
marianogappa
authored
c884bd5
Copy full SHA for c884bd5
Commits on Sep 29, 2025
Add support of the type hint parsing in JSON column type (#196)
piyushsingariya
authored
341967c
Copy full SHA for 341967c
Commits on Sep 22, 2025
Fix Walk logic for DistinctOn clause (#195)
Show description for ee69fcc
git-hulk
and
claude
authored
ee69fcc
Copy full SHA for ee69fcc
Commits on Sep 21, 2025
feat: add support for `SELECT DISTINCT ON(…)` (#194)
bripkens
authored
b8659ca
Copy full SHA for b8659ca
Commits on Sep 19, 2025
Fix allow using keywords as alias for columns (#193)
erezrokah
authored
4350d2e
Copy full SHA for 4350d2e
Commits on Sep 18, 2025
Fix parsing on multiple `union distinct` and `except` (#192)
erezrokah
authored
752d6e7
Copy full SHA for 752d6e7
Commits on Sep 17, 2025
Fix `Walk` logic for `When` clause (#190)
erezrokah
authored
7bdfc48
Copy full SHA for 7bdfc48
Fix shouldn't stop on `nil` values when traversing the AST (#191)
erezrokah
authored
1893845
Copy full SHA for 1893845
Commits on Sep 11, 2025
Allow using JSON path in select results (#189)
git-hulk
authored
294aafb
Copy full SHA for 294aafb
Commits on Sep 1, 2025
Fix INDEX column spacing bug (#186)
Show description for 171c3e8
sharadgaur
authored
171c3e8
Copy full SHA for 171c3e8
Commits on Aug 27, 2025
Add ALTER TABLE MODIFY/RESET SETTING syntax support (#185)
git-hulk
authored
bf74993
Copy full SHA for bf74993
Commits on Aug 22, 2025
Support `DESCRIBE TABLE` syntax (#183)
dejanmltc
authored
d818580
Copy full SHA for d818580
Commits on Aug 15, 2025
Add CLAUDE.md and claude bot into workflows
git-hulk
committed
2590403
Copy full SHA for 2590403
Commits on Aug 12, 2025
Enhance SHOW DATABASES statement to support LIKE, ILIKE, LIMIT, OUTFILE, and FORMAT clauses (#182)
Show description for 5b6fdc6
Copilot
and
git-hulk
authored
5b6fdc6
Copy full SHA for 5b6fdc6
Add support for SHOW and DESC/DESCRIBE statements (#180)
Show description for 17e7864
Copilot
and
git-hulk
authored
17e7864
Copy full SHA for 17e7864
Commits on Aug 11, 2025
Update README
git-hulk
committed
4f49fc6
Copy full SHA for 4f49fc6
Add support of AST travering by the Walk function
git-hulk
committed
4e4cfbf
Copy full SHA for 4e4cfbf
Commits on Aug 1, 2025
Add support of PROJECTION column in CREATE TABLE (#178)
git-hulk
authored
3cdc4c1
Copy full SHA for 3cdc4c1
Commits on Jul 17, 2025
Add support for CREATE DICTIONARY statement (#175)
Show description for b84b7e1
Copilot
and
git-hulk
authored
b84b7e1
Copy full SHA for b84b7e1
Commits on Jul 11, 2025
Remove an extra leading space when formatting the WINDOW FUNCTION (#174)
git-hulk
authored
6aaddc0
Copy full SHA for 6aaddc0
Fix positions of Window Clause and string generation (#173)
Blackmorse
authored
91718f8
Copy full SHA for 91718f8
Commits on Jul 3, 2025
Add support for CREATE USER statement according to ClickHouse SQL documentation (#170)
Show description for 21fc5f0
Copilot
and
git-hulk
authored
21fc5f0
Copy full SHA for 21fc5f0
Export Enter and Leave methods in ASTVisitor interface (#172)
Copilot
authored
bce7652
Copy full SHA for bce7652
Implement OR REPLACE clause support for CREATE FUNCTION statements (#171)
Copilot
authored
8d82adc
Copy full SHA for 8d82adc
Commits on Jun 20, 2025
Add support of parsing database comment (#167)
Show description for 3da35a0
caifengyin
and
git-hulk
authored
3da35a0
Copy full SHA for 3da35a0
Commits on Jun 18, 2025
Fix ParamExprList.String is missing ColumnArgList (#169)
keuin
authored
b3f8c47
Copy full SHA for b3f8c47
Commits on Jun 11, 2025
Add support for ALTER TABLE MODIFY QUERY (#168)
Blackmorse
authored
5c8a52f
Copy full SHA for 5c8a52f
Commits on May 29, 2025
Add MILLISECOND to time interval units (#166)
vvkohut
authored
613bd1d
Copy full SHA for 613bd1d
Commits on May 20, 2025
Support JSON parameter for `max_dynamic_paths` and `max_dynamic_types` (#164)
Junrin-Lee
authored
c10b43a
Copy full SHA for c10b43a
Commits on May 16, 2025
Improve statement end position handling to prevent null pointer exceptions (#162)
Lance726
authored
746f0b7
Copy full SHA for 746f0b7
Commits on May 12, 2025
[ Bug Fix ] Preserve DISTINCT keyword when it appears right after SELECT (#161)
Show description for 0254798
anshal21
and
Anshal
authored
0254798
Copy full SHA for 0254798
Commits on May 9, 2025
Adding support MV definer (#160)
sharadgaur
authored
6274fc1
Copy full SHA for 6274fc1
Commits on May 8, 2025
Allow using REFRESH expression in CREATE MV syntax (#158)
git-hulk
authored
8a20c12
Copy full SHA for 8a20c12
Fix missing the table name visitor in CREATE/ALTER table (#157)
git-hulk
authored
6c8af70
Copy full SHA for 6c8af70
Fix missing the expr visitor in BETWEEN clause (#155)
git-hulk
authored
6358486
Copy full SHA for 6358486
Pagination
Previous
Next
You can’t perform that action at this time.