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 }}
phpmyadmin
/
sql-parser
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
119
Star
486
Code
Issues
58
Pull requests
16
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
sql-parser
tools
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 20, 2025
Add contexts for MySQL 9.2, MySQL 9.3 and MariaDB 12.1
Show description for 276cb55
MauricioFauth
committed
276cb55
View commit details
Copy full SHA for 276cb55
View code at this point
Browse repository at this point
Commits on Mar 18, 2025
Add MariaDB Contexts 11.8 and 12.0.
niconoe-
committed
d8aa400
View commit details
Copy full SHA for d8aa400
View code at this point
Browse repository at this point
Commits on Dec 5, 2024
Add context files for MySQL 9.1
Show description for 6072d1d
MauricioFauth
committed
6072d1d
View commit details
Copy full SHA for 6072d1d
View code at this point
Browse repository at this point
Commits on Nov 26, 2024
Fix #587: Add MariaDb 11.6 and 11.7 contexts.
niconoe-
committed
f5fda18
View commit details
Copy full SHA for f5fda18
View code at this point
Browse repository at this point
Commits on Aug 26, 2024
Merge pull request #575 from niconoe-/fix/5.10.x-missing-with-parser-token
Show description for b6a1324
MauricioFauth
authored
b6a1324
View commit details
Copy full SHA for b6a1324
View code at this point
Browse repository at this point
Merge pull request #576 from niconoe-/feature/include-mysql-9.0-and-mariadb-11.5
Show description for 6e7dafd
MauricioFauth
authored
6e7dafd
View commit details
Copy full SHA for 6e7dafd
View code at this point
Browse repository at this point
Add missing MySQL 9.0 and MariaDB 11.5 contexts.
niconoe-
committed
7d7483f
View commit details
Copy full SHA for 7d7483f
View code at this point
Browse repository at this point
Add missing token "WITH PARSER" in contexts and regenerate involved test case, now without parsing errors.
niconoe-
committed
f98d717
View commit details
Copy full SHA for f98d717
View code at this point
Browse repository at this point
Ignore deprecated function "PROCEDURE ANALYSE" because already parsed correctly in the new way.
niconoe-
committed
507bc0c
View commit details
Copy full SHA for 507bc0c
View code at this point
Browse repository at this point
Reconsider having BINARY as a function and update unit test on parser that mis-declared RANK keyword.
niconoe-
committed
38b47f1
View commit details
Copy full SHA for 38b47f1
View code at this point
Browse repository at this point
Update functions list for MySQL 8.4.
niconoe-
committed
957cc03
View commit details
Copy full SHA for 957cc03
View code at this point
Browse repository at this point
Fix all dictionnaries about MySQL and MariaDB versions for built-in functions.
niconoe-
committed
bd056a7
View commit details
Copy full SHA for bd056a7
View code at this point
Browse repository at this point
Commits on Aug 25, 2024
Merge #570 define context keywords relying on token constants
Show description for 9fa8ca9
MauricioFauth
committed
9fa8ca9
View commit details
Copy full SHA for 9fa8ca9
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
Add MySQL 8.4 context.
niconoe-
committed
1d61ab0
View commit details
Copy full SHA for 1d61ab0
View code at this point
Browse repository at this point
Fix OFFSET reserved keyword from MariaDB 10.3 and add new missing reserved keywords from MariaDB 10.6.
niconoe-
committed
a18dea1
View commit details
Copy full SHA for a18dea1
View code at this point
Browse repository at this point
Fix typos in README of ContextGenerator.
niconoe-
committed
c661e3a
View commit details
Copy full SHA for c661e3a
View code at this point
Browse repository at this point
Commits on Mar 1, 2024
Preparation to support ALTER FUNCTION and ALTER PROCEDURE statements by the parser.
niconoe-
committed
e4dff20
View commit details
Copy full SHA for e4dff20
View code at this point
Browse repository at this point
Commits on Jan 19, 2024
Add new contexts for MySQL and MariaDB
Show description for 132fa14
MauricioFauth
committed
132fa14
View commit details
Copy full SHA for 132fa14
View code at this point
Browse repository at this point
Commits on Jan 18, 2024
Add type aliases
Show description for 8e9442a
kamil-tekiela
authored and
MauricioFauth
committed
8e9442a
View commit details
Copy full SHA for 8e9442a
View code at this point
Browse repository at this point
Commits on Sep 17, 2023
Add missing context files for MariaDB and MySQL
Show description for cb58d58
MauricioFauth
committed
cb58d58
View commit details
Copy full SHA for cb58d58
View code at this point
Browse repository at this point
Commits on Aug 11, 2023
Add BOOL as data type
Show description for 4fb210d
MoonE
committed
4fb210d
View commit details
Copy full SHA for 4fb210d
View code at this point
Browse repository at this point
Commits on May 9, 2023
Document context files and the way they work
Show description for fbb763e
williamdes
committed
fbb763e
View commit details
Copy full SHA for fbb763e
View code at this point
Browse repository at this point
Commits on Apr 12, 2023
Manage COALESCE PARTITION in ALTER TABLE, rather than COALESCE
Tithugues
committed
26eb1f2
View commit details
Copy full SHA for 26eb1f2
View code at this point
Browse repository at this point
Commits on Mar 28, 2023
Support IDENTIFIED VIA in CREATE/ALTER USER statements
Tithugues
committed
5eff781
View commit details
Copy full SHA for 5eff781
View code at this point
Browse repository at this point
Merge remote-tracking branch 'phpmyadmin/5.8.x' into fix/alter-user-identified-with
Tithugues
committed
1f28d2c
View commit details
Copy full SHA for 1f28d2c
View code at this point
Browse repository at this point
Commits on Mar 24, 2023
run_generators.sh: use project root as base dir
Tithugues
committed
433a687
View commit details
Copy full SHA for 433a687
View code at this point
Browse repository at this point
Fix management of ALTER USER when used with IDENTIFIED WITH option
Tithugues
committed
4f23c41
View commit details
Copy full SHA for 4f23c41
View code at this point
Browse repository at this point
Commits on Feb 8, 2023
Manage WITH ROLLUP via GROUP OPTIONS for SELECT stmts.
niconoe-
committed
ab22517
View commit details
Copy full SHA for ab22517
View code at this point
Browse repository at this point
Commits on Jan 17, 2023
Update the contexts and fix createStatement functions' options
Show description for 0922644
iifawzi
committed
0922644
View commit details
Copy full SHA for 0922644
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
Add ALTER EVENT tests and keywords without implementing the reading of such statements by the parser.
niconoe-
committed
fb1dac3
View commit details
Copy full SHA for fb1dac3
View code at this point
Browse repository at this point
Commits on Nov 27, 2022
sort the added keywords alphabetically
Show description for ab22290
iifawzi
committed
ab22290
View commit details
Copy full SHA for ab22290
View code at this point
Browse repository at this point
Commits on Nov 26, 2022
Update the contexts to support MULTIPOINT and MULTIPOLYGON
Show description for 4302a11
iifawzi
committed
4302a11
View commit details
Copy full SHA for 4302a11
View code at this point
Browse repository at this point
Commits on Jan 5, 2022
Fix unused function calls reported by Psalm
Show description for 2383b1e
MauricioFauth
committed
2383b1e
View commit details
Copy full SHA for 2383b1e
View code at this point
Browse repository at this point
Commits on Oct 29, 2021
Adding keyword to the contexts and modify the allowed keywords
Show description for 53f44fa
iifawzi
committed
53f44fa
View commit details
Copy full SHA for 53f44fa
View code at this point
Browse repository at this point
Commits on Aug 16, 2021
Add an example on how to solve issues like #328
Show description for f2e4b02
williamdes
committed
f2e4b02
View commit details
Copy full SHA for f2e4b02
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.