sql-parser icon indicating copy to clipboard operation
sql-parser copied to clipboard

Fix replace clause of select statement with FOR UPDATE

Open MoonE opened this issue 1 year ago • 0 comments

Fixes phpmyadmin/phpmyadmin#17190

Replaces _END_OPTIONS with the actual names from here: https://github.com/phpmyadmin/sql-parser/blob/29f982a9559ac9a97b19e58b78a3fa4c41d5e43f/src/Statements/SelectStatement.php#L84-L228

MoonE avatar Apr 28 '24 12:04 MoonE