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 }}
bitemyapp
/
sqlparser-rs
Public
forked from
apache/datafusion-sqlparser-rs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 6, 2023
Support Snowflake/BigQuery TRIM. (#975)
zdenal
authored
83cb734
View commit details
Copy full SHA for 83cb734
Browse repository at this point
Commits on Oct 5, 2023
Handle CREATE [TEMPORARY|TEMP] VIEW [IF NOT EXISTS] (#993)
gabivlj
authored
5263da6
View commit details
Copy full SHA for 5263da6
Browse repository at this point
Fix for clippy 1.73 (#995)
alamb
authored
02f3d78
View commit details
Copy full SHA for 02f3d78
Browse repository at this point
Commits on Oct 2, 2023
redshift: add support for CREATE VIEW … WITH NO SCHEMA BINDING (#979)
lustefaniak
authored
c811e22
View commit details
Copy full SHA for c811e22
Browse repository at this point
snowflake: support for UNPIVOT and a fix for chained PIVOTs (#983)
jmhain
authored
40e2ecb
View commit details
Copy full SHA for 40e2ecb
Browse repository at this point
clickhouse: add support for LIMIT BY (#977)
lustefaniak
authored
2786c7e
View commit details
Copy full SHA for 2786c7e
Browse repository at this point
Add support for mixed BigQuery table name quoting (#971)
Show description for 993769e
iffyio
authored
993769e
View commit details
Copy full SHA for 993769e
Browse repository at this point
Support DELETE with ORDER BY and LIMIT (MySQL) (#992)
ulrichsg
authored
6ffc3b3
View commit details
Copy full SHA for 6ffc3b3
Browse repository at this point
Add JumpWire to users in README (#990)
hexedpackets
authored
ed39329
View commit details
Copy full SHA for ed39329
Browse repository at this point
Add test for clickhouse: tokenize `==` as Token::DoubleEq (#981)
lustefaniak
authored
4903bd4
View commit details
Copy full SHA for 4903bd4
Browse repository at this point
bigquery: EXTRACT support For DAYOFWEEK, DAYOFYEAR, ISOWEEK, TIME (#980)
lustefaniak
authored
e718ce6
View commit details
Copy full SHA for e718ce6
Browse repository at this point
Add support for ATTACH DATABASE (#989)
lovasoa
authored
495d0a0
View commit details
Copy full SHA for 495d0a0
Browse repository at this point
Commits on Sep 21, 2023
chore: Release sqlparser version 0.38.0
alamb
committed
7723ea5
View commit details
Copy full SHA for 7723ea5
Browse repository at this point
Changelog for 0.38.0 release (#973)
alamb
authored
521ffa9
View commit details
Copy full SHA for 521ffa9
Browse repository at this point
Commits on Sep 20, 2023
Add support for == operator for Sqlite (#970)
marhoily
authored
71c35d4
View commit details
Copy full SHA for 71c35d4
Browse repository at this point
Commits on Sep 14, 2023
Support mysql `partition` to table selection (#959)
Show description for f6e4be4
chunshao90
and
alamb
authored
f6e4be4
View commit details
Copy full SHA for f6e4be4
Browse repository at this point
Support `UNNEST` as a table factor for PostgreSQL (#968)
hexedpackets
authored
a16791d
View commit details
Copy full SHA for a16791d
Browse repository at this point
Commits on Sep 8, 2023
feat: Add support for parsing the syntax of MySQL UNIQUE KEY. (#962)
Show description for 0480ee9
3 people
authored
0480ee9
View commit details
Copy full SHA for 0480ee9
Browse repository at this point
feat: Group By All (#964)
Show description for bb7b05e
berkaysynnada
and
alamb
authored
bb7b05e
View commit details
Copy full SHA for bb7b05e
Browse repository at this point
Add missing token loc in parse err msg (#965)
ding-young
authored
2593dcf
View commit details
Copy full SHA for 2593dcf
Browse repository at this point
Commits on Sep 7, 2023
feat: allow multiple actions in one `ALTER TABLE` statement (#960)
ForbesLindesay
authored
25e037c
View commit details
Copy full SHA for 25e037c
Browse repository at this point
`ANY` and `ALL` contains their operators (#963)
SeanTroyUWO
authored
e0afd4b
View commit details
Copy full SHA for e0afd4b
Browse repository at this point
feat: show location info in parse errors (#958)
MartinNowak
authored
b02c3f8
View commit details
Copy full SHA for b02c3f8
Browse repository at this point
Commits on Aug 25, 2023
Update release documentation (#954)
alamb
authored
4c3a4ad
View commit details
Copy full SHA for 4c3a4ad
Browse repository at this point
Fix Rust 1.72 clippy lints (#957)
alamb
authored
14da37d
View commit details
Copy full SHA for 14da37d
Browse repository at this point
[cli] add --sqlite param (#956)
ddol
authored
4a2fa66
View commit details
Copy full SHA for 4a2fa66
Browse repository at this point
Commits on Aug 22, 2023
Break test and coverage test into separate jobs (#949)
alamb
authored
9c2e8bc
View commit details
Copy full SHA for 9c2e8bc
Browse repository at this point
chore: Release sqlparser version 0.37.0
alamb
committed
b8a58bb
View commit details
Copy full SHA for b8a58bb
Browse repository at this point
Changelog for version 0.37.0 (#953)
alamb
authored
a2533c2
View commit details
Copy full SHA for a2533c2
Browse repository at this point
Table time travel clause support, add `visit_table_factor` to Visitor (#951)
gruuya
authored
1ea8858
View commit details
Copy full SHA for 1ea8858
Browse repository at this point
Commits on Aug 21, 2023
Add support for MySQL auto_increment offset (#950)
ehoeve
authored
9500649
View commit details
Copy full SHA for 9500649
Browse repository at this point
add a test for mssql table name in square brackets (#952)
lovasoa
authored
41e47cc
View commit details
Copy full SHA for 41e47cc
Browse repository at this point
Commits on Aug 17, 2023
feat: support more Postgres index syntax (#943)
ForbesLindesay
authored
9a39afb
View commit details
Copy full SHA for 9a39afb
Browse repository at this point
feat: add `ALTER ROLE` syntax of PostgreSQL and MS SQL Server (#942)
r4ntix
authored
a49ea19
View commit details
Copy full SHA for a49ea19
Browse repository at this point
Minor: clarify the value of the special flag (#948)
alamb
authored
a7d2858
View commit details
Copy full SHA for a7d2858
Browse repository at this point
Previous
Next
You can’t perform that action at this time.