Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
JSQLParser
/
JSqlParser
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
6k
Code
Issues
5
Pull requests
7
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 17, 2026
feat: support ClickHouse WITH expression aliases including lambdas (#2644)
Show description for 0036c75
fudianchn
authored
0036c75
View commit details
Copy full SHA for 0036c75
Browse repository at this point
Support DuckDB syntax: FROM-first, SEMI/ANTI joins, COPY, ATTACH, MACRO, PRAGMA and DuckDB 2.0 additions (#2643)
Show description for c945986
hayssams
and
claude
authored
c945986
View commit details
Copy full SHA for c945986
Browse repository at this point
doc: Update changelog
Show description for dec8f5d
manticore-projects
committed
dec8f5d
View commit details
Copy full SHA for dec8f5d
Browse repository at this point
chore: untrack generated syntax_stable.rst
manticore-projects
committed
3612c14
View commit details
Copy full SHA for 3612c14
Browse repository at this point
chore: untrack generated syntax_snapshot.rst
manticore-projects
committed
20b517a
View commit details
Copy full SHA for 20b517a
Browse repository at this point
chore: adjust baseline of the benchmarks
Show description for c890d47
manticore-projects
committed
c890d47
View commit details
Copy full SHA for c890d47
Browse repository at this point
fix: missing import
Show description for 7fbf0f3
manticore-projects
committed
7fbf0f3
View commit details
Copy full SHA for 7fbf0f3
Browse repository at this point
Support BigQuery UNNEST WITH OFFSET, array OFFSET(), PARTITION BY expression, EXPORT/LOAD DATA, ASSERT and table snapshots (#2642)
Show description for a0de41e
hayssams
and
claude
authored
a0de41e
View commit details
Copy full SHA for a0de41e
Browse repository at this point
feat: structure column attributes and generated expressions (#2641)
minleejae
authored
0e9c21a
View commit details
Copy full SHA for 0e9c21a
Browse repository at this point
feat: preserve DROP INDEX owner tables in the AST (#2640)
Show description for 5796619
minleejae
authored
5796619
View commit details
Copy full SHA for 5796619
Browse repository at this point
feat: support additional PostgreSQL COMMENT targets (#2639)
minleejae
authored
d51c209
View commit details
Copy full SHA for d51c209
Browse repository at this point
feat: support ClickHouse COLUMNS(...) APPLY/EXCEPT/REPLACE transformers (#2631) (#2635)
Show description for 38993c5
fudianchn
authored
38993c5
View commit details
Copy full SHA for 38993c5
Browse repository at this point
Commits on Sep 16, 2026
feat: add structured MATCH_RECOGNIZE support (#2634)
Show description for 03396b6
minleejae
authored
03396b6
View commit details
Copy full SHA for 03396b6
Browse repository at this point
Commits on Sep 13, 2026
corrected JDK usage
wumpz
committed
6312f9e
View commit details
Copy full SHA for 6312f9e
Browse repository at this point
[maven-release-plugin] prepare for next development iteration
wumpz
committed
62ec43a
View commit details
Copy full SHA for 62ec43a
Browse repository at this point
[maven-release-plugin] prepare release jsqlparser-5.4
wumpz
committed
e847e94
View commit details
Copy full SHA for e847e94
Browse repository at this point
Clarify PostgreSQL DO support and verify the reported block (#2633)
Show description for 02b9d94
minleejae
authored
02b9d94
View commit details
Copy full SHA for 02b9d94
Browse repository at this point
Render DML source clauses through shared visitor paths (#2630)
minleejae
authored
4b88a44
View commit details
Copy full SHA for 4b88a44
Browse repository at this point
Fix benchmark configuration and isolated parser class loading (#2629)
minleejae
authored
95140c8
View commit details
Copy full SHA for 95140c8
Browse repository at this point
Keep ALTER key accessors connected to structured index state (#2628)
Show description for 7739c08
minleejae
authored
7739c08
View commit details
Copy full SHA for 7739c08
Browse repository at this point
Protect shared dialect presets from external mutation (#2627)
minleejae
authored
b3b2084
View commit details
Copy full SHA for b3b2084
Browse repository at this point
Share parser execution and preserve cancellation signals (#2626)
minleejae
authored
35105a0
View commit details
Copy full SHA for 35105a0
Browse repository at this point
Reuse common JOIN traversal when discovering UPDATE tables (#2625)
minleejae
authored
a2baa18
View commit details
Copy full SHA for a2baa18
Browse repository at this point
Render DML RETURNING expressions through shared visitor handling (#2624)
minleejae
authored
3822466
View commit details
Copy full SHA for 3822466
Browse repository at this point
Validate every UPDATE assignment through shared UpdateSet traversal (#2623)
minleejae
authored
c314df2
View commit details
Copy full SHA for c314df2
Browse repository at this point
Structure FOR PORTION intervals in UPDATE and DELETE (#2622)
minleejae
authored
33c4030
View commit details
Copy full SHA for 33c4030
Browse repository at this point
Preserve ASOF joins through shared join rendering (#2621)
minleejae
authored
6860852
View commit details
Copy full SHA for 6860852
Browse repository at this point
Support structured XMLFOREST arguments with aliases (#2619)
minleejae
authored
73bd3c4
View commit details
Copy full SHA for 73bd3c4
Browse repository at this point
Commits on Sep 12, 2026
fix: visit pipe expressions through shared deparser paths (#2618)
minleejae
authored
537f3a6
View commit details
Copy full SHA for 537f3a6
Browse repository at this point
feat: parse SQL large-object type names through shared column types (#2617)
minleejae
authored
ed6c499
View commit details
Copy full SHA for ed6c499
Browse repository at this point
feat: preserve column default expressions in table definitions (#2616)
minleejae
authored
2aa0d8d
View commit details
Copy full SHA for 2aa0d8d
Browse repository at this point
fix: span a binary condition's node from its left operand (#2615)
Show description for 0ecf096
knutwannheden
authored
0ecf096
View commit details
Copy full SHA for 0ecf096
Browse repository at this point
feat: reuse table constraint grammar for PostgreSQL ALTER ADD (#2612)
minleejae
authored
e4cf316
View commit details
Copy full SHA for e4cf316
Browse repository at this point
fix: preserve ordered table elements through legacy list edits (#2607)
minleejae
authored
eb27c78
View commit details
Copy full SHA for eb27c78
Browse repository at this point
Commits on Sep 4, 2026
corrected missing licence headers
wumpz
committed
495dafe
View commit details
Copy full SHA for 495dafe
Browse repository at this point
Previous
Next
You can’t perform that action at this time.