Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: 7f61f31a98469054ee28bf1e920a2150262bd934 https://github.com/phpmyadmin/sql-parser/commit/7f61f31a98469054ee28bf1e920a... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-05-23 (Thu, 05 May 2024) -03:00
Changed paths: M phpstan-baseline.neon M src/Statement.php M src/Statements/SelectStatement.php
Log Message: ----------- Push Statement::parse() down to SelectStatement
This removes SelectStatement specific code from Statement::parse() method.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: d28f1eaf801f53d00baf5ca98ed58b9e1adb6483 https://github.com/phpmyadmin/sql-parser/commit/d28f1eaf801f53d00baf5ca98ed5... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-05-23 (Thu, 05 May 2024) -03:00
Changed paths: M phpstan-baseline.neon M src/Statement.php M src/Statements/SelectStatement.php
Log Message: ----------- Merge pull request #546 from MauricioFauth/select-stmt
Push Statement::parse() down to SelectStatement