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 }}
francis-du
/
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 11, 2022
Add support for unit on char length units for small character string types. (#663)
Show description for cacdf33
AugustoFKL
authored
cacdf33
View commit details
Copy full SHA for cacdf33
Browse repository at this point
Commits on Oct 10, 2022
Replacing the two booleans from 'SET ROLE' to a single enum. (#664)
Show description for 7776726
AugustoFKL
authored
7776726
View commit details
Copy full SHA for 7776726
Browse repository at this point
Commits on Oct 8, 2022
Enum to handle exact number precisios (#654)
AugustoFKL
authored
a9939b0
View commit details
Copy full SHA for a9939b0
Browse repository at this point
Commits on Oct 7, 2022
Create table builder structure (#659)
Show description for a3194dd
AugustoFKL
authored
a3194dd
View commit details
Copy full SHA for a3194dd
Browse repository at this point
Replacing 'disable-publish=true' flag by 'public=false', to allow compatibility with recent cargo-release versions (#660)
AugustoFKL
authored
6392a21
View commit details
Copy full SHA for 6392a21
Browse repository at this point
clippy fixes (#656)
lovasoa
authored
f2b0efe
View commit details
Copy full SHA for f2b0efe
Browse repository at this point
Commits on Oct 6, 2022
Correct typo in readme (#658)
alamb
authored
e7fb3d4
View commit details
Copy full SHA for e7fb3d4
Browse repository at this point
Support `CEIL(expr TO DateTimeField)` and `FLOOR(expr TO DateTimeField)` (#635)
Show description for cb397d1
sarahyurick
and
alamb
authored
cb397d1
View commit details
Copy full SHA for cb397d1
Browse repository at this point
Commits on Oct 4, 2022
647 Adding all ansii character string types, parsing them, and differentiating between each one (#648)
AugustoFKL
authored
f7f14df
View commit details
Copy full SHA for f7f14df
Browse repository at this point
Commits on Oct 3, 2022
(cargo-release) version 0.25.0
alamb
committed
977cdb2
View commit details
Copy full SHA for 977cdb2
Browse repository at this point
Changelog for `0.25.0` release (#651)
Show description for 97a52cb
alamb
authored
97a52cb
View commit details
Copy full SHA for 97a52cb
Browse repository at this point
645 New schema name structure (#646)
AugustoFKL
authored
1ced0f6
View commit details
Copy full SHA for 1ced0f6
Browse repository at this point
Change `TIMESTAMP` and `TIME` parsing so that time zone information is preserved (#641)
Show description for 95464ec
AugustoFKL
and
alamb
authored
95464ec
View commit details
Copy full SHA for 95464ec
Browse repository at this point
Commits on Oct 1, 2022
Correct order of arguments in `LIMIT x,y` , restrict to MySql and generic dialects (#642)
Show description for 3beecc0
AugustoFKL
authored
3beecc0
View commit details
Copy full SHA for 3beecc0
Browse repository at this point
Support optional precision for `CLOB` and `BLOB` (#639)
Show description for fb5a974
AugustoFKL
authored
fb5a974
View commit details
Copy full SHA for fb5a974
Browse repository at this point
636 Adjusting VARBINARY and BINARY with optional precision (#637)
AugustoFKL
authored
300e28b
View commit details
Copy full SHA for 300e28b
Browse repository at this point
Commits on Sep 28, 2022
(cargo-release) version 0.24.0
alamb
committed
c2d6825
View commit details
Copy full SHA for c2d6825
Browse repository at this point
Release notes for 0.24.0 (#634)
Show description for e2a51ad
alamb
authored
e2a51ad
View commit details
Copy full SHA for e2a51ad
Browse repository at this point
Parse `MILLENNIUM` (#633)
Show description for d87408b
sarahyurick
authored
d87408b
View commit details
Copy full SHA for d87408b
Browse repository at this point
#625 adding mediumint support (#630)
AugustoFKL
authored
e951cd5
View commit details
Copy full SHA for e951cd5
Browse repository at this point
Adding DOUBLE PRECISION to data types, parsing it, and tests (#629)
AugustoFKL
authored
46b7c03
View commit details
Copy full SHA for 46b7c03
Browse repository at this point
Fix parsing CLOB, BINARY, VARBINARY, BLOB data type (#618)
Show description for 6c8f31c
ding-young
authored
6c8f31c
View commit details
Copy full SHA for 6c8f31c
Browse repository at this point
Commits on Sep 27, 2022
Disambiguate CREATE ROLE ... USER and GROUP (#628)
alamb
authored
6afd194
View commit details
Copy full SHA for 6afd194
Browse repository at this point
Add test for optional WITH in `CREATE ROLE` (#627)
alamb
authored
2b21da2
View commit details
Copy full SHA for 2b21da2
Browse repository at this point
Support CREATE ROLE and DROP ROLE (#598)
Show description for 91087fc
blx
authored
91087fc
View commit details
Copy full SHA for 91087fc
Browse repository at this point
Fix parse error on some prepared statement placeholders (#604)
Show description for 604f755
lovasoa
authored
604f755
View commit details
Copy full SHA for 604f755
Browse repository at this point
Move `Value::Interval` to `Expr::Interval` (#609)
Show description for 3ac1bb5
ding-young
authored
3ac1bb5
View commit details
Copy full SHA for 3ac1bb5
Browse repository at this point
Update criterion requirement from 0.3 to 0.4 in /sqlparser_bench (#611)
Show description for d971a02
dependabot[bot]
authored
d971a02
View commit details
Copy full SHA for d971a02
Browse repository at this point
Support National string literal with lower case `n` (#612)
Show description for d4e5b4d
mskrzypkows
and
Maciej Skrzypkowski
authored
d4e5b4d
View commit details
Copy full SHA for d4e5b4d
Browse repository at this point
Box `Query` in `Cte` (#572)
MazterQyou
authored
0724ef1
View commit details
Copy full SHA for 0724ef1
Browse repository at this point
Commits on Sep 26, 2022
Add optional format for explain (#621)
Show description for 39761b0
Dandandan
authored
39761b0
View commit details
Copy full SHA for 39761b0
Browse repository at this point
Support `SHOW FUNCTIONS` (#620)
Show description for 495ab59
joocer
authored
495ab59
View commit details
Copy full SHA for 495ab59
Browse repository at this point
Commits on Sep 20, 2022
support "set time zone to 'some-timezone'" (#617)
Show description for fccae77
waitingkuo
authored
fccae77
View commit details
Copy full SHA for fccae77
Browse repository at this point
Commits on Sep 9, 2022
update changelog (#607)
andygrove
authored
48fa79d
View commit details
Copy full SHA for 48fa79d
Browse repository at this point
Commits on Sep 8, 2022
(cargo-release) version 0.23.0
andygrove
committed
fd07a17
View commit details
Copy full SHA for fd07a17
Browse repository at this point
Previous
Next
You can’t perform that action at this time.