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 }}
qinggit
/
datafusion-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
Breadcrumbs
History for
datafusion-sqlparser-rs
tests
sqlparser_postgres.rs
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 13, 2024
Add support of COMMENT ON syntax for Snowflake (#1516)
git-hulk
authored
6d907d3
View commit details
Copy full SHA for 6d907d3
View code at this point
Browse repository at this point
Commits on Nov 7, 2024
improve support for T-SQL EXECUTE statements (#1490)
lovasoa
authored
d853c35
View commit details
Copy full SHA for d853c35
View code at this point
Browse repository at this point
Commits on Nov 6, 2024
Add support for TOP before ALL/DISTINCT (#1495)
yoavcloud
authored
a5b0092
View commit details
Copy full SHA for a5b0092
View code at this point
Browse repository at this point
Commits on Oct 21, 2024
fix for maybe_parse preventing parser from erroring on recursion limit (#1464)
tomershaniii
authored
8e0d26a
View commit details
Copy full SHA for 8e0d26a
View code at this point
Browse repository at this point
Add PostgreSQL specfic "CREATE TYPE t AS ENUM (...)" support. (#1460)
caldwell
authored
a8432b5
View commit details
Copy full SHA for a8432b5
View code at this point
Browse repository at this point
Commits on Oct 4, 2024
added ability to parse extension to parse_comment inside postgres dialect (#1451)
MaxwellKnight
authored
8ccb87a
View commit details
Copy full SHA for 8ccb87a
View code at this point
Browse repository at this point
Commits on Sep 21, 2024
Update to ASF header / add when missing (#1437)
alamb
authored
9934f3d
View commit details
Copy full SHA for 9934f3d
View code at this point
Browse repository at this point
Commits on Sep 19, 2024
Allow to use ON CLUSTER cluster_name in TRUNCATE syntax (#1428)
git-hulk
authored
1c505ce
View commit details
Copy full SHA for 1c505ce
View code at this point
Browse repository at this point
Commits on Sep 16, 2024
Fix parsing of negative values (#1419)
Show description for 246838a
agscpp
and
Agaev Huseyn
authored
246838a
View commit details
Copy full SHA for 246838a
View code at this point
Browse repository at this point
Commits on Sep 11, 2024
feat: Add support for MSSQL table options (#1414)
bombsimon
authored
b9e7754
View commit details
Copy full SHA for b9e7754
View code at this point
Browse repository at this point
Commits on Sep 5, 2024
Suppor postgres `TRUNCATE` syntax (#1406)
tobyhede
authored
1bed87a
View commit details
Copy full SHA for 1bed87a
View code at this point
Browse repository at this point
Commits on Sep 1, 2024
Support create index with clause (#1389)
Show description for 4d52ee7
3 people
authored
4d52ee7
View commit details
Copy full SHA for 4d52ee7
View code at this point
Browse repository at this point
Add support of parsing CLUSTERED BY clause for Hive (#1397)
git-hulk
authored
7b4ac7c
View commit details
Copy full SHA for 7b4ac7c
View code at this point
Browse repository at this point
Commits on Aug 14, 2024
Adding support for parsing CREATE TRIGGER and DROP TRIGGER statements (#1352)
Show description for b072ce2
4 people
authored
b072ce2
View commit details
Copy full SHA for b072ce2
View code at this point
Browse repository at this point
Commits on Aug 8, 2024
Simplify arrow_cast tests (#1367)
alamb
authored
1e209d8
View commit details
Copy full SHA for 1e209d8
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
Support `Dialect` level precedence, update Postgres `Dialect` to match Postgres (#1360)
samuelcolvin
authored
a5480ae
View commit details
Copy full SHA for a5480ae
View code at this point
Browse repository at this point
Commits on Jul 30, 2024
Add support of parsing ON CLUSTER in ALTER TABLE for ClickHouse (#1342)
git-hulk
authored
cc13841
View commit details
Copy full SHA for cc13841
View code at this point
Browse repository at this point
Allow to use the GLOBAL keyword before the join operator (#1353)
git-hulk
authored
f966580
View commit details
Copy full SHA for f966580
View code at this point
Browse repository at this point
Commits on Jul 29, 2024
Support for postgres String Constants with Unicode Escapes (#1355)
lovasoa
authored
bc15f7b
View commit details
Copy full SHA for bc15f7b
View code at this point
Browse repository at this point
Commits on Jul 20, 2024
[ClickHouse] Add support for WITH FILL to OrderByExpr (#1330)
Show description for 845a1aa
nickpresta
and
alamb
authored
845a1aa
View commit details
Copy full SHA for 845a1aa
View code at this point
Browse repository at this point
Commits on Jul 13, 2024
Enable PARTITION BY feature for PostgreSQL while parsing the create table statement (#1338)
git-hulk
authored
993216f
View commit details
Copy full SHA for 993216f
View code at this point
Browse repository at this point
Commits on Jul 9, 2024
Add support of table function WITH ORDINALITY modifier for Postgre Parser (#1337)
git-hulk
authored
9108bff
View commit details
Copy full SHA for 9108bff
View code at this point
Browse repository at this point
Postgres: support for `OWNER TO` clause (#1314)
Show description for 32b8276
gainings
and
alamb
authored
32b8276
View commit details
Copy full SHA for 32b8276
View code at this point
Browse repository at this point
Add support of FORMAT clause for ClickHouse parser (#1335)
git-hulk
authored
0727895
View commit details
Copy full SHA for 0727895
View code at this point
Browse repository at this point
Support `DROP PROCEDURE` statement (#1324)
Show description for 9f60eb1
LorrensP-2158466
and
alamb
authored
9f60eb1
View commit details
Copy full SHA for 9f60eb1
View code at this point
Browse repository at this point
Commits on Jul 7, 2024
Support `PREWHERE` condition for ClickHouse dialect (#1328)
git-hulk
authored
0884dd9
View commit details
Copy full SHA for 0884dd9
View code at this point
Browse repository at this point
Support `SETTINGS` pairs for ClickHouse dialect (#1327)
Show description for 700bd03
git-hulk
and
iffyio
authored
700bd03
View commit details
Copy full SHA for 700bd03
View code at this point
Browse repository at this point
Commits on Jun 30, 2024
Support `GROUP BY WITH MODIFIER` for ClickHouse (#1323)
Show description for 44d7a20
git-hulk
and
iffyio
authored
44d7a20
View commit details
Copy full SHA for 44d7a20
View code at this point
Browse repository at this point
Commits on Jun 23, 2024
Support parametric arguments to `FUNCTION` for ClickHouse dialect (#1315)
Show description for a685e11
git-hulk
and
alamb
authored
a685e11
View commit details
Copy full SHA for a685e11
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
Improve error messages with additional colons (#1319)
LorrensP-2158466
authored
f16c1af
View commit details
Copy full SHA for f16c1af
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
add support for update statements that contain tuple assignments (#1317)
lovasoa
authored
345e209
View commit details
Copy full SHA for 345e209
View code at this point
Browse repository at this point
Commits on Jun 9, 2024
Add support for snowflake exclusive create table options (#1233)
Show description for be77ce5
balliegojr
and
Ilson Roberto Balliego Junior
authored
be77ce5
View commit details
Copy full SHA for be77ce5
View code at this point
Browse repository at this point
Commits on Jun 7, 2024
add support for custom operators in postgres (#1302)
Show description for 4b60866
lovasoa
and
jmhain
authored
4b60866
View commit details
Copy full SHA for 4b60866
View code at this point
Browse repository at this point
Enhancing Trailing Comma Option (#1212)
MohamedAbdeen21
authored
6d4776b
View commit details
Copy full SHA for 6d4776b
View code at this point
Browse repository at this point
Commits on Jun 5, 2024
Encapsulate `CreateTable`, `CreateIndex` into specific structs (#1291)
philipcristiano
authored
a0f511c
View commit details
Copy full SHA for a0f511c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.