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 }}
gdey
/
sqlparser
Public
forked from
zhenjl/sqlparser
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
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
master
User selector
All users
All time
Commit history
Commits on Mar 10, 2026
Implement CREATE TABLE statement support in SQL parser
Show description for 24085b5
gdey
committed
24085b5
View commit details
Copy full SHA for 24085b5
Browse repository at this point
Refactor SQL parser tests to improve error handling and add inline test cases
Show description for 6457c2f
gdey
committed
6457c2f
View commit details
Copy full SHA for 6457c2f
Browse repository at this point
Commits on Mar 7, 2026
Enhance SQL parser with support for TEMPORARY and TEMP table creation
Show description for 384ac62
gdey
committed
384ac62
View commit details
Copy full SHA for 384ac62
Browse repository at this point
Refactor SQL parser to return positioned statements and enhance file parsing
Show description for f025d89
gdey
committed
f025d89
View commit details
Copy full SHA for f025d89
Browse repository at this point
Commits on Mar 3, 2026
Enhance SQL parser with support for Common Table Expressions (CTEs) and table-valued functions
Show description for 4215a3e
gdey
committed
4215a3e
View commit details
Copy full SHA for 4215a3e
Browse repository at this point
Update Go version in go.mod to 1.26.0
gdey
committed
1c4295a
View commit details
Copy full SHA for 1c4295a
Browse repository at this point
Add support for bare expressions in SQL CASE statements
Show description for f48122c
gdey
committed
f48122c
View commit details
Copy full SHA for f48122c
Browse repository at this point
Enhance SQL parser and AST with JOIN and ADD COLUMN support
Show description for 9ac3602
gdey
committed
9ac3602
View commit details
Copy full SHA for 9ac3602
Browse repository at this point
Implement CREATE TABLE ... AS SELECT functionality in SQL parser
Show description for dea22e8
gdey
committed
dea22e8
View commit details
Copy full SHA for dea22e8
Browse repository at this point
Add formatting options for SQL statements in sqlfmt
Show description for ec96e29
gdey
committed
ec96e29
View commit details
Copy full SHA for ec96e29
Browse repository at this point
Implement comment interleaving in SQL formatting and parsing.
Show description for 2e3be67
gdey
committed
2e3be67
View commit details
Copy full SHA for 2e3be67
Browse repository at this point
Refactor SQL parser to return comments and positions.
Show description for 4c37cb7
gdey
committed
4c37cb7
View commit details
Copy full SHA for 4c37cb7
Browse repository at this point
added spew and a few other dependencies
gdey
committed
35161c3
View commit details
Copy full SHA for 35161c3
Browse repository at this point
Commits on Nov 14, 2025
updated token to use goyacc tool
gdey
committed
c2f0f02
View commit details
Copy full SHA for c2f0f02
Browse repository at this point
updated go mod
gdey
committed
8dfb39c
View commit details
Copy full SHA for 8dfb39c
Browse repository at this point
fixed compile erros
gdey
committed
74716a5
View commit details
Copy full SHA for 74716a5
Browse repository at this point
Added go mod
gdey
committed
745ae76
View commit details
Copy full SHA for 745ae76
Browse repository at this point
Commits on Mar 14, 2016
Moved screenshot in app dir.
gdey
committed
b66ee9f
View commit details
Copy full SHA for b66ee9f
Browse repository at this point
Merge branch 'master' of github.com:gdey/sqlparser
gdey
committed
db1c3af
View commit details
Copy full SHA for db1c3af
Browse repository at this point
sqlfmt can be used as a simple validator.
gdey
committed
b79c9ad
View commit details
Copy full SHA for b79c9ad
Browse repository at this point
Added Screen shot
gdey
committed
4b72251
View commit details
Copy full SHA for 4b72251
Browse repository at this point
Commits on Mar 13, 2016
Started on the sqlfmt app.
Show description for 1d93c09
gdey
committed
1d93c09
View commit details
Copy full SHA for 1d93c09
Browse repository at this point
Commits on Mar 12, 2016
Added test to test syntax errors.
gdey
committed
3fcfd81
View commit details
Copy full SHA for 3fcfd81
Browse repository at this point
Added a few full sql file tests.
Show description for cd63dfe
gdey
committed
cd63dfe
View commit details
Copy full SHA for cd63dfe
Browse repository at this point
Added the ability to parse mysql comments.
gdey
committed
6914e77
View commit details
Copy full SHA for 6914e77
Browse repository at this point
Autogenerated sql.go
gdey
committed
a9d056a
View commit details
Copy full SHA for a9d056a
Browse repository at this point
Can deal with multiple statements in a file.
gdey
committed
865972b
View commit details
Copy full SHA for 865972b
Browse repository at this point
Added the ability to grab comments.
gdey
committed
c315897
View commit details
Copy full SHA for c315897
Browse repository at this point
Allow Select statement without a table
Show description for d89bae3
gdey
committed
d89bae3
View commit details
Copy full SHA for d89bae3
Browse repository at this point
Moved away from Make
Show description for 0779371
gdey
committed
0779371
View commit details
Copy full SHA for 0779371
Browse repository at this point
Update import path.
Show description for a43a0e9
gdey
committed
a43a0e9
View commit details
Copy full SHA for a43a0e9
Browse repository at this point
Commits on Oct 26, 2015
moving from surge to zhenjl
zhenjl
committed
6b860f8
View commit details
Copy full SHA for 6b860f8
Browse repository at this point
Commits on Mar 8, 2015
initial copy from vitess/go/vt/sqlparser
zhenjl
committed
42e1d0d
View commit details
Copy full SHA for 42e1d0d
Browse repository at this point
You can’t perform that action at this time.