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
Accelerator
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
.
apache
/
datafusion-sqlparser-rs
Public
Notifications
You must be signed in to change notification settings
Fork
759
Star
3.4k
Code
Issues
229
Pull requests
43
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Aug 4, 2026
Added support for unpivot in Redshift with expression and bracketsless (#2375)
kfirSatori
authored
30d0836
View commit details
Copy full SHA for 30d0836
Browse repository at this point
Add recursion checks for parse_interval (#2422)
Show description for 33521a5
shuvamk
and
claude
authored
33521a5
View commit details
Copy full SHA for 33521a5
Browse repository at this point
Honour operator precedence in SQLite `REGEXP`, `MATCH` and `GLOB` (#2419)
LucaCappelletti94
authored
c4e7dc5
View commit details
Copy full SHA for c4e7dc5
Browse repository at this point
Commits on Jul 30, 2026
PostgreSQL: support INCLUDE on PRIMARY KEY / UNIQUE table constraints (#2366)
amaksimo
authored
2f3b5b8
View commit details
Copy full SHA for 2f3b5b8
Browse repository at this point
Add visitors for ORDER BY and GROUP BY (#2406)
rs-sac
authored
b2ff6ae
View commit details
Copy full SHA for b2ff6ae
Browse repository at this point
Commits on Jul 28, 2026
Support numeric underscore separators for DuckDB and SQLite (#2412)
nuno-faria
authored
57a62ae
View commit details
Copy full SHA for 57a62ae
Browse repository at this point
Commits on Jul 27, 2026
Adding support for `IS JSON` & `IS NOT JSON` (#2256)
LucaCappelletti94
authored
797fc9b
View commit details
Copy full SHA for 797fc9b
Browse repository at this point
ClickHouse: Fix MATERIALIZED column option docs typo (#2410)
Hashim1999164
authored
952983b
View commit details
Copy full SHA for 952983b
Browse repository at this point
Accept CREATE OR REPLACE SCHEMA (#2396)
Show description for 6f8a716
3 people
authored
6f8a716
View commit details
Copy full SHA for 6f8a716
Browse repository at this point
Commits on Jul 26, 2026
PostgreSQL: Support SQL standard `ARRAY` keyword in type declarations (#2356)
Show description for 09827e1
LucaCappelletti94
and
iffyio
authored
09827e1
View commit details
Copy full SHA for 09827e1
Browse repository at this point
Commits on Jul 21, 2026
Snowflake: parse CREATE WAREHOUSE (#2388)
Show description for bef86dd
sabir-akhadov-localstack
and
claude
authored
bef86dd
View commit details
Copy full SHA for bef86dd
Browse repository at this point
Commits on Jul 16, 2026
Support inline aggregate WHERE filter (`AGG(expr WHERE cond)`) (#2404)
Show description for cad50d5
moshap-firebolt
and
iffyio
authored
cad50d5
View commit details
Copy full SHA for cad50d5
Browse repository at this point
Commits on Jul 14, 2026
Dialects: implement identifier_quote_style for remaining dialect (#2401)
takaebato
authored
cadabb2
View commit details
Copy full SHA for cadabb2
Browse repository at this point
PostgreSQL: support right-deep join chains (deferred ON clauses) (#2377)
Show description for ed98c40
moshap-firebolt
and
claude
authored
ed98c40
View commit details
Copy full SHA for ed98c40
Browse repository at this point
Commits on Jul 12, 2026
Fix clippy lints for Rust 1.97 (#2402)
takaebato
authored
86a6143
View commit details
Copy full SHA for 86a6143
Browse repository at this point
Commits on Jul 3, 2026
Postgres: parse LIMIT after the row-locking clause (#2391)
truffle-dev
authored
aeb616f
View commit details
Copy full SHA for aeb616f
Browse repository at this point
Commits on Jul 2, 2026
CI: Add cargo audit security workflow (#2373)
LucaCappelletti94
authored
5e7b007
View commit details
Copy full SHA for 5e7b007
Browse repository at this point
Parser: fix exponential parse time on expression-named function arguments (#2392)
moshap-firebolt
authored
be95cf6
View commit details
Copy full SHA for be95cf6
Browse repository at this point
Commits on Jul 1, 2026
ClickHouse: Support unparenthesized IN right-hand side (#2385)
dinmukhamedm
authored
b478611
View commit details
Copy full SHA for b478611
Browse repository at this point
PostgreSQL `UNLOGGED` Table Support and `ALTER TABLE ... SET LOGGED|UNLOGGED` (#2251)
LucaCappelletti94
authored
a023b78
View commit details
Copy full SHA for a023b78
Browse repository at this point
Commits on Jun 29, 2026
Handle nested parentheses in INSERT subquery detection (#2387)
Show description for eaf7231
sabir-akhadov-localstack
and
claude
authored
eaf7231
View commit details
Copy full SHA for eaf7231
Browse repository at this point
Commits on Jun 23, 2026
Add pre_visit_ident / post_visit_ident hooks to the Visitor trait (#2370)
sabir-akhadov-localstack
authored
bf1741b
View commit details
Copy full SHA for bf1741b
Browse repository at this point
Commits on Jun 20, 2026
Parse `ALTER USER` as a synonym for `ALTER ROLE` (#2374)
LucaCappelletti94
authored
e79119c
View commit details
Copy full SHA for e79119c
Browse repository at this point
Commits on Jun 18, 2026
feat: add PostgreSQL EXCLUDE constraint parsing (#2307)
fmguerreiro
authored
021e97d
View commit details
Copy full SHA for 021e97d
Browse repository at this point
Commits on Jun 17, 2026
Do not consume statement terminator in unparenthesized option lists (#2376)
LucaCappelletti94
authored
8cd2997
View commit details
Copy full SHA for 8cd2997
Browse repository at this point
Commits on Jun 16, 2026
Add PostgreSQL `CREATE/ALTER TEXT SEARCH` DDL Parsing (#2250)
LucaCappelletti94
authored
c3701e2
View commit details
Copy full SHA for c3701e2
Browse repository at this point
Commits on Jun 15, 2026
Disable `supports_left_associative_joins_without_parens` for MySQL and Redshift (#2357)
revitalkr
authored
7bf5ff2
View commit details
Copy full SHA for 7bf5ff2
Browse repository at this point
Parser: fix exponential parse time on table-factor paren chains (#2372)
moshap-firebolt
authored
fd5c163
View commit details
Copy full SHA for fd5c163
Browse repository at this point
Commits on Jun 9, 2026
sqlite: Support `GLOB` operator (#2362)
connyay
authored
b376022
View commit details
Copy full SHA for b376022
Browse repository at this point
Forbid unsafe code (#2369)
LucaCappelletti94
authored
158687b
View commit details
Copy full SHA for 158687b
Browse repository at this point
Commits on Jun 8, 2026
Support aliased function arguments (expr AS name) (#2368)
LucaCappelletti94
authored
0bfafea
View commit details
Copy full SHA for 0bfafea
Browse repository at this point
Commits on Jun 6, 2026
Parser: fix exponential parse time on speculative prefix parsing (#2352)
LucaCappelletti94
authored
20b9849
View commit details
Copy full SHA for 20b9849
Browse repository at this point
Parser: fix exponential parse time on compound keyword chains (#2350)
LucaCappelletti94
authored
928783d
View commit details
Copy full SHA for 928783d
Browse repository at this point
Microsoft sql server: Escape quotes in national string display (#2365)
lovasoa
authored
bd8a2c1
View commit details
Copy full SHA for bd8a2c1
Browse repository at this point
Commits on Jun 5, 2026
Fix issue #2353: Incorrect canonicalization of `NATURAL JOIN` (#2355)
revitalkr
authored
d0c081e
View commit details
Copy full SHA for d0c081e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.