sbpp / sourcebans-pp

Admin, ban, and comms management system for the Source engine
https://sbpp.github.io/
Creative Commons Attribution Share Alike 4.0 International
333 stars 174 forks source link

Composer(deps): Bump adodb/adodb-php from 5.22.2 to 5.22.4 in /web #877

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps adodb/adodb-php from 5.22.2 to 5.22.4.

Release notes

Sourced from adodb/adodb-php's releases.

v5.22.4

Hotfix release, see Changelog

v5.22.3

Hotfix release, see Changelog

Changelog

Sourced from adodb/adodb-php's changelog.

[5.22.4] - 2022-10-28

Fixed

  • adodb_strip_order_by() throws deprecated warnings on PHP 8.1 #869
  • adodb_strip_order_by() shouldn't strip clause from subqueries #870
  • mssql: Affected_Rows() not returning correct value #895
  • mysqli: Fix mysqli_result could not be converted to int #867
  • mysqli: regression on errorMsg()/errorCode() #872

[5.22.3] - 2022-09-06

Fixed

  • alterColumnSql() and changeTableSQL() produce different SQL #124 #383 #865
  • Fix PHP 8.1 deprecated warning in GetUpdateSQL() #844
  • Fix PHP 8.1 deprecated warning in tohtml.inc.php #850
  • Fix str_repeat() error in _adodb_backtrace() #852
  • firebird/ibase: Fix uncaught TypeError #858
  • mssql: Fix undefined variable when closing connection #835
  • mssql: insert_id returns false if value is out of range #853
  • mysql: Fix regression with portable bind arrays #838
  • mysql: Fix errorMsg() / errorNo() on MySQL 8 #842
  • oci8po: Replace deprecated functions aliases #862
  • pdo: Fix uncaught TypeError on PHP 8 #840
  • pgsql: check for dummy query Id before closing recordset #848
  • active record: fix changing case of class properties in Native mode #837
Commits
  • bb87e83 Bump version to 5.22.4
  • acff333 Update Changelog
  • ef54967 mysqli: store error msg/code after query execution
  • 348fb97 Ignore .DS_Store files
  • de4e80a affected_rows() returns false when called incorrectly
  • e2610ad Update Changelog
  • 10111e2 Don't strip ORDER BY clause from subqueries
  • 0a91045 Add PHPUnit cache files to .gitignore
  • 1494108 Test case for adodb_strip_order_by()
  • 85c27f0 Refactor adodb_strip_order_by()
  • 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 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)