issues
search
phpmyadmin
/
sql-parser
A validating SQL lexer and parser with a focus on MySQL dialect.
https://packagist.org/packages/phpmyadmin/sql-parser
GNU General Public License v2.0
443
stars
103
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix #587: Add MariaDb 11.6 and 11.7 contexts.
#601
niconoe-
opened
3 days ago
0
Add PHPStan strict rules
#600
MauricioFauth
closed
1 week ago
0
Add Translator::setLocale() method
#599
MauricioFauth
closed
1 week ago
0
Remove dependency on zumba/json-serializer
#598
MauricioFauth
closed
2 weeks ago
3
Fix cstyle comment with two asterisks
#597
MoonE
closed
2 weeks ago
1
OrderSortKeyword enum
#596
kamil-tekiela
closed
2 weeks ago
0
Parse SRID in column definition
#595
MoonE
closed
2 weeks ago
0
Remove alternative executable files
#594
MauricioFauth
closed
1 month ago
1
Building statement with FORCE INDEX results in wrong SQL
#593
SteveTherrien
opened
1 month ago
0
Error validating index with sort order
#592
vincentmcgreevy
opened
1 month ago
0
Micro optimizations and refactorings
#591
kamil-tekiela
closed
1 month ago
0
Fix keyword parsing
#590
kamil-tekiela
closed
1 month ago
0
First letter of table name is missing when highlighting query
#589
liviuconcioiu
opened
1 month ago
1
CASE with alias is not properly parsed
#588
EljaRory
opened
1 month ago
0
MariaDB 11.6 and 11.7 contexts
#587
liviuconcioiu
opened
2 months ago
1
Refactor OptionsArray
#586
kamil-tekiela
closed
1 month ago
1
Drop Utils\Routine class
#585
kamil-tekiela
closed
2 months ago
0
Refactor getForeignKeys()
#584
kamil-tekiela
closed
2 months ago
0
Fix tyephint on `SelectStatement::$expr`
#583
niconoe-
closed
2 months ago
0
Handle negative and overflowed offsets on TokensList.
#582
niconoe-
closed
2 months ago
0
Proposal for a fix of #580.
#581
niconoe-
closed
2 months ago
1
`ALTER TABLE … RENAME KEY … TO …` fails to be parsed, and subsequent issues about it
#580
niconoe-
closed
2 months ago
0
Fix #578: lexer wrongly interprets ".e[0-9]" as a number with scientific notation.
#579
niconoe-
closed
2 months ago
2
Unable to parse table names that start with "e1"
#578
sergio-paternoster
closed
2 months ago
8
Fix #434 - No error when using `UPDATE ... SET`
#577
niconoe-
closed
3 months ago
3
Add missing MySQL 9.0 and MariaDB 11.5 contexts.
#576
niconoe-
closed
3 months ago
0
Fix/5.10.x missing with parser token
#575
niconoe-
closed
3 months ago
0
Fix/5.9.x missing with parser token
#574
niconoe-
closed
3 months ago
3
Add support for PHPUnit 10
#573
MauricioFauth
closed
3 months ago
0
Fix all dictionnaries about MySQL and MariaDB versions for built-in functions
#572
niconoe-
closed
3 months ago
4
Allow using ::class keyword to load a context.
#571
niconoe-
closed
3 months ago
2
Feature/from 5 9 define context keywords relying on token constants
#570
niconoe-
closed
3 months ago
3
For Contexts, rely on token constants + Add MySQL 8.4 context
#569
niconoe-
closed
3 months ago
6
Define context keywords relying on Token constants
#568
Tithugues
closed
3 months ago
2
Bump minimum PHP version to 8.2.0
#567
MauricioFauth
closed
4 months ago
0
benchmarks: decreasing benchmarks average time assertions
#566
iifawzi
closed
3 months ago
0
Fix #556 - Implementing and refactoring the KILL statement parser
#565
iifawzi
closed
3 months ago
4
Fix query flags for lower-case functions
#564
MoonE
closed
3 months ago
4
Issue parsing « WITH PARSER `ngram` »
#563
dugwood
closed
3 months ago
3
SQL syntax error in get_keys() breaks ON DUPLICATE KEY translation
#562
morganwdavis
closed
5 months ago
0
Use character array for utfstring
#561
MoonE
closed
3 months ago
3
Fix where 0
#560
MoonE
closed
6 months ago
0
Security issue
#559
MoonE
opened
6 months ago
4
Don't add too many spaces when replacing clauses
#558
MoonE
closed
3 months ago
1
Allow parsing KILL statement
#557
MoonE
closed
6 months ago
2
Unrecognized statement type. (near KILL)
#556
liviuconcioiu
closed
3 months ago
0
Fix replace clause of select statement with FOR UPDATE
#555
MoonE
closed
6 months ago
0
Allow parsing ALTER TABLE statement with column check constraint
#554
MoonE
closed
6 months ago
0
Add support for `ALTER FUNCTION` and `ALTER PROCEDURE` statements
#553
niconoe-
closed
6 months ago
2
Incorrect type in SelectStatement::$expr when query has CASE-clause in selected fields
#552
Daniel-I-Am
opened
9 months ago
5
Next