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
328 stars 174 forks source link

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

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps adodb/adodb-php from 5.22.4 to 5.22.5.

Release notes

Sourced from adodb/adodb-php's releases.

v5.22.5

Maintenance release focusing mainly on PHP 8.2 compatibility.

See Changelog for details

Changelog

Sourced from adodb/adodb-php's changelog.

[5.22.5] - 2023-04-03

Removed

  • Obsolete ADOConnection::$databaseName property #932
  • Dead code related to safe_mode #934
  • pdo: remove unnecessary methods _init() and _affectedrows() #935

Fixed

  • ADODB_FETCH_DEFAULT should be treated as ASSOC in getAssoc() #886
  • Allow dynamic properties for ADOFieldObject class #906
  • Fix autoExecute() $where parameter type #915
  • Creation of dynamic property deprecated warning in PHP 8.2 #904 #907 #908 #909 #911 #912 #913 #917 #926 #933 #935
  • Partially-supported callable deprecated warning in PHP 8.2 #928
  • Passing null to non-nullable parameter is deprecated in PHP 8.1 #938
  • Define adodbFetchMode property in base ADORecordSet class #923
  • mysql: uncaught exception calling execute() with empty SQL on PHP 8 #945
  • oci8: Replace obsolete oci_free_cursor() function alias #937
  • pdo: Move setTransactionMode() to ADODB_pdo_sqlsrv class #939
  • pgsql: fix "column already exists" error when adding a new column #897
  • pgsql: undefined array key in metaIndexes() when column is an expression #940
  • pgsql: revert non-functional "Noblob optimization" #112
  • session: full table scan when accessing sessions table on MySQL

... (truncated)

Commits
  • bacd08a Bump version to 5.22.5
  • 9a03efe Update Changelog
  • 577c9ad Fix exception when executing empty SQL on PHP 8
  • 87437cf Remove useless variables and comments
  • 780fe66 Whitespace
  • fc46c8d PHPDoc
  • 0974899 Move MySQL BINARY to expression right-hand side
  • 46f1c61 Fix inconsistent DB provider check in ADODB_Session
  • d2c47ff Fix invalid markdown in 5.20.16 changelog
  • 07ade94 Fix PHP warning in ADODB_postgres64::MetaIndexes()
  • 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)