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
485
Code
Issues
58
Pull requests
14
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
sql-parser
src
on
5.10.3
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 19, 2025
Fix quadratic complexity of certain queries, thanks to work by
Show description for 21ddecd
MoonE
authored and
ibennetch
committed
21ddecd
View commit details
Copy full SHA for 21ddecd
View code at this point
Browse repository at this point
Commits on Jan 16, 2025
Fix #605 - Add "RECURSIVE" on build() for "WITH RECURSIVE" on the WithStatement class
Show description for 4426205
williamdes
committed
4426205
View commit details
Copy full SHA for 4426205
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 Nov 10, 2024
Merge pull request #595 from MoonE/srid-in-column-definition
Show description for 2827a25
MauricioFauth
authored
2827a25
View commit details
Copy full SHA for 2827a25
View code at this point
Browse repository at this point
Commits on Nov 6, 2024
Fix lexing /** comment start
Show description for 3060cf5
MoonE
committed
3060cf5
View commit details
Copy full SHA for 3060cf5
View code at this point
Browse repository at this point
Commits on Nov 2, 2024
Parse SRID in column definition
MoonE
committed
705d0b3
View commit details
Copy full SHA for 705d0b3
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
Fix keyword parsing
Show description for af85abd
kamil-tekiela
committed
af85abd
View commit details
Copy full SHA for af85abd
View code at this point
Browse repository at this point
Commits on Sep 19, 2024
Handle negative and overflowed offsets on TokensList. (#582)
Show description for bc9ce73
niconoe-
authored
bc9ce73
View commit details
Copy full SHA for bc9ce73
View code at this point
Browse repository at this point
Merge pull request #583 from niconoe-/fix/typehint-select-expr
Show description for f46b2c8
MauricioFauth
authored
f46b2c8
View commit details
Copy full SHA for f46b2c8
View code at this point
Browse repository at this point
Fix #578: lexer wrongly interprets ".e[0-9]" as a number with scientific notation. (#579)
Show description for 86315f7
niconoe-
authored
86315f7
View commit details
Copy full SHA for 86315f7
View code at this point
Browse repository at this point
Commits on Sep 11, 2024
Fix tyephint on SelectStatement::$expr.
niconoe-
committed
3975930
View commit details
Copy full SHA for 3975930
View code at this point
Browse repository at this point
Commits on Sep 4, 2024
Proposal for a fix of #580.
niconoe-
committed
0774027
View commit details
Copy full SHA for 0774027
View code at this point
Browse repository at this point
Commits on Aug 29, 2024
Fix #434 - No error when using `UPDATE ... SET` (#577)
Show description for e9debaf
niconoe-
authored
e9debaf
View commit details
Copy full SHA for e9debaf
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
Merge pull request #572 from niconoe-/fix/add-missing-functions-in-dictionnaries
Show description for a4bdc3a
MauricioFauth
authored
a4bdc3a
View commit details
Copy full SHA for a4bdc3a
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
Merge #571 - Allow using ::class keyword to load a context
Show description for 8649874
williamdes
committed
8649874
View commit details
Copy full SHA for 8649874
View code at this point
Browse repository at this point
Merge #564 - Fix query flags for lower-case functions
Show description for d8e30bc
williamdes
committed
d8e30bc
View commit details
Copy full SHA for d8e30bc
View code at this point
Browse repository at this point
Merge #565 - Fix #556 - Implementing and refactoring the KILL statement parser
Show description for 03f0532
williamdes
committed
03f0532
View commit details
Copy full SHA for 03f0532
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
Regenerate all contextes to update the list of functions based on the updated dictionnaries.
niconoe-
committed
c2c6e4c
View commit details
Copy full SHA for c2c6e4c
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 7, 2024
Allow using ::class keyword to load a context.
niconoe-
committed
91357ad
View commit details
Copy full SHA for 91357ad
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
Fix baselines and solve some reviews.
niconoe-
committed
7968818
View commit details
Copy full SHA for 7968818
View code at this point
Browse repository at this point
Regenerate contexts with new format.
niconoe-
committed
86223e7
View commit details
Copy full SHA for 86223e7
View code at this point
Browse repository at this point
Fix PHP 7.2 code and psalm/phpstan baselines.
niconoe-
committed
2386830
View commit details
Copy full SHA for 2386830
View code at this point
Browse repository at this point
Fix Psalm, Phpstan and unit tests.
niconoe-
committed
69f1804
View commit details
Copy full SHA for 69f1804
View code at this point
Browse repository at this point
Fix unit test and fix psalm + phpstan baselines.
niconoe-
committed
e491551
View commit details
Copy full SHA for e491551
View code at this point
Browse repository at this point
Fix linting, phpstan and psalm issues.
niconoe-
committed
03f0f81
View commit details
Copy full SHA for 03f0f81
View code at this point
Browse repository at this point
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
Generate context files with Token const instead of hard-coded numbers.
niconoe-
committed
dc34999
View commit details
Copy full SHA for dc34999
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.