omnicolor / commlink

Commlink RPG manager
MIT License
2 stars 0 forks source link

Bump phpmyadmin/sql-parser from 5.9.1 to 5.10.0 #1586

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps phpmyadmin/sql-parser from 5.9.1 to 5.10.0.

Release notes

Sourced from phpmyadmin/sql-parser's releases.

5.10.0

  • Fix parsing of UPDATE ... SET (#577)
  • Fix parsing of WITH PARSER (#563)
  • Fix context files for MySQL and MariaDB (#572) (#576)
  • Allow using ::class keyword to load a context (#571)
  • Fix query flags for lower-case functions (#564)
  • Improve context files by using constants (#570)
  • Fix case when a condition is not parsed correctly (#560)
  • Support parsing KILL statements (#556)
  • Fix replace clause of select statement with FOR UPDATE (#555)
  • Add support for ALTER FUNCTION and ALTER PROCEDURE statements (#553)
Changelog

Sourced from phpmyadmin/sql-parser's changelog.

[5.10.0] - 2024-08-29

  • Fix parsing of UPDATE ... SET (#577)
  • Fix parsing of WITH PARSER (#563)
  • Fix context files for MySQL and MariaDB (#572) (#576)
  • Allow using ::class keyword to load a context (#571)
  • Fix query flags for lower-case functions (#564)
  • Improve context files by using constants (#570)
  • Fix case when a condition is not parsed correctly (#560)
  • Support parsing KILL statements (#556)
  • Fix replace clause of select statement with FOR UPDATE (#555)
  • Add support for ALTER FUNCTION and ALTER PROCEDURE statements (#553)
Commits
  • 91d980a Prepare for release 5.10.0
  • 611a725 Update PHPStan baseline
  • e9debaf Fix #434 - No error when using UPDATE ... SET (#577)
  • 99b9f38 Make Lexer\ContextTest::contextClassesProvider() static
  • b6a1324 Merge pull request #575 from niconoe-/fix/5.10.x-missing-with-parser-token
  • 6e7dafd Merge pull request #576 from niconoe-/feature/include-mysql-9.0-and-mariadb-11.5
  • 5a8080e Fix unit test that failed to fallback to expected MySQL context correctly sin...
  • 7d7483f Add missing MySQL 9.0 and MariaDB 11.5 contexts.
  • a4bdc3a Merge pull request #572 from niconoe-/fix/add-missing-functions-in-dictionnaries
  • d166fd1 Make the test query from #563 valid.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)