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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
8
Pull requests
9
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Support DuckDB syntax: FROM-first, SEMI/ANTI joins, COPY, ATTACH, MACRO, PRAGMA and DuckDB 2.0 additions
- #2643
#2643
Open
hayssams
wants to merge 19 commits into
JSQLParser:master
JSQLParser/JSqlParser:master
from
starlake-ai:feature/duckdb-syntax
starlake-ai/JSqlParser:feature/duckdb-syntax
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Open
Support DuckDB syntax: FROM-first, SEMI/ANTI joins, COPY, ATTACH, MACRO, PRAGMA and DuckDB 2.0 additions
#2643
hayssams
wants to merge 19 commits into
JSQLParser:master
JSQLParser/JSqlParser:master
from
starlake-ai:feature/duckdb-syntax
starlake-ai/JSqlParser:feature/duckdb-syntax
Copy head branch name to clipboard
Commits
Commits on Sep 15, 2026
Support DuckDB GLOB pattern matching operator
Show description for d9b97b9
hayssams
and
claude
committed
d9b97b9
View commit details
Copy full SHA for d9b97b9
Browse repository at this point
Support standalone SEMI and ANTI joins
Show description for 50a25f0
hayssams
and
claude
committed
50a25f0
View commit details
Copy full SHA for 50a25f0
Browse repository at this point
Support DuckDB MAP(key, value) column type
Show description for a9345f1
hayssams
and
claude
committed
a9345f1
View commit details
Copy full SHA for a9345f1
Browse repository at this point
Support DuckDB INSERT ... BY NAME / BY POSITION
Show description for d7f5fe2
hayssams
and
claude
committed
d7f5fe2
View commit details
Copy full SHA for d7f5fe2
Browse repository at this point
Support DuckDB USING SAMPLE sizes and methods
Show description for 34c97e4
hayssams
and
claude
committed
34c97e4
View commit details
Copy full SHA for 34c97e4
Browse repository at this point
Support DuckDB DESCRIBE <query>
Show description for 26a1fba
hayssams
and
claude
committed
26a1fba
View commit details
Copy full SHA for 26a1fba
Browse repository at this point
Support PRAGMA statement
Show description for d0b0642
hayssams
and
claude
committed
d0b0642
View commit details
Copy full SHA for d0b0642
Browse repository at this point
Support DuckDB INSTALL and LOAD extension statements
Show description for 7d4eac7
hayssams
and
claude
committed
7d4eac7
View commit details
Copy full SHA for 7d4eac7
Browse repository at this point
Support DuckDB ATTACH and DETACH statements
Show description for 068fd29
hayssams
and
claude
committed
068fd29
View commit details
Copy full SHA for 068fd29
Browse repository at this point
Support DuckDB 2.0 CONNECT and DISCONNECT statements
Show description for 804fb5f
hayssams
and
claude
committed
804fb5f
View commit details
Copy full SHA for 804fb5f
Browse repository at this point
Support PREPARE and DEALLOCATE statements
Show description for 4b73b31
hayssams
and
claude
committed
4b73b31
View commit details
Copy full SHA for 4b73b31
Browse repository at this point
Support DuckDB COPY statement
Show description for 588e4a5
hayssams
and
claude
committed
588e4a5
View commit details
Copy full SHA for 588e4a5
Browse repository at this point
Support DuckDB CREATE MACRO
Show description for 9af64f8
hayssams
and
claude
committed
9af64f8
View commit details
Copy full SHA for 9af64f8
Browse repository at this point
Support DuckDB 2.0 CREATE EXTENSION REPOSITORY
Show description for 1df0033
hayssams
and
claude
committed
1df0033
View commit details
Copy full SHA for 1df0033
Browse repository at this point
Support DuckDB 2.0 triggers with transition tables and a statement body
Show description for 154bb24
hayssams
and
claude
committed
154bb24
View commit details
Copy full SHA for 154bb24
Browse repository at this point
Support DuckDB FROM-first queries
Show description for 0f685b8
hayssams
and
claude
committed
0f685b8
View commit details
Copy full SHA for 0f685b8
Browse repository at this point
Support DuckDB UNPIVOT statement
Show description for 6f6dea4
hayssams
and
claude
committed
6f6dea4
View commit details
Copy full SHA for 6f6dea4
Browse repository at this point
Support DuckDB 2.0 APPROX NEAREST similarity joins
Show description for eb04155
hayssams
and
claude
committed
eb04155
View commit details
Copy full SHA for eb04155
Browse repository at this point
Support DuckDB 2.0 recursive CTEs with USING KEY
Show description for c04286d
hayssams
and
claude
committed
c04286d
View commit details
Copy full SHA for c04286d
Browse repository at this point
You can’t perform that action at this time.