[phpmyadmin/sql-parser] 1aa400: Revert the deprecation of passing string to Context::setMode

Branch: refs/heads/6.0.x Home: https://github.com/phpmyadmin/sql-parser Commit: 1aa400f21dc7824316816bab9d53a295fadcc359 https://github.com/phpmyadmin/sql-parser/commit/1aa400f21dc7824316816bab9d53... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2022-02-02 (Wed, 02 February 2022) -03:00 Changed paths: M CHANGELOG.md M src/Context.php M tests/Lexer/ContextTest.php Log Message: ----------- Revert the deprecation of passing string to Context::setMode This is useful when passing the sql_mode result directly from MySQL/MariaDB. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 0deffe547532d804cf09d41ab422ffe72d73b36b https://github.com/phpmyadmin/sql-parser/commit/0deffe547532d804cf09d41ab422... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2022-02-02 (Wed, 02 February 2022) -03:00 Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Context.php Log Message: ----------- Update PHPStan/Psalm baselines Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: a028de5c7325448a6921f36b7410d15b9350559e https://github.com/phpmyadmin/sql-parser/commit/a028de5c7325448a6921f36b7410... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2022-02-02 (Wed, 02 February 2022) -03:00 Changed paths: M CHANGELOG.md M phpstan-baseline.neon M psalm-baseline.xml M src/Context.php M tests/Lexer/ContextTest.php Log Message: ----------- Merge branch 'master' into 6.0.x Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
participants (1)
-
Maurício Meneghini Fauth