nextcloud / backup

Backup now. Restore later.
GNU Affero General Public License v3.0
242 stars 33 forks source link

Build(deps): Bump ifsnop/mysqldump-php from 2.9 to 2.12 #533

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 1 year ago

Bumps ifsnop/mysqldump-php from 2.9 to 2.12.

Release notes

Sourced from ifsnop/mysqldump-php's releases.

mysqldump-php v2.11

  • Fixes memory exhaustion when dumping large databases. Fixes #261 #264.

mysqldump-php v2.10

  • Fix PHP 8.1 PDO doubles
  • fix skip-definer doesn't work for views with SQL SECURITY INVOKER. Fixes #243
  • Add option to disable database creation statement. Fixes #232
  • Order table names for MariaDB-to-MySQL compatibility. Fixes #218
  • Improve the library extensibility. Fixes #200
  • fixes whitespaces. Fixes #231
  • Added restore option (for hosts missing mysql executable) to import mysqldump file
  • When hex-blob was specified and virtual columns of type blob or bit existed, produced dump file was invalid. Fixes #214
  • Disable virtual columns tests only when really needed
  • Merge pull request #258 from CallMeJon90/PHP_8.2
  • Merge pull request #213 from NerijusNoreika/charset
  • Add binary constant
  • Add support for "if-not-exists" option (#204)
  • Remove array_replace_recursive polyfill (#192)
  • Restore the autocommit value at end of dump. (#196)
  • Allow to select the empty set 'limit 0' (#201)
Commits
  • 2d3a43f move start transaction code to a global level
  • ec6a777 Fixed memory exhaustion when dumping large databases. Closes #261 #264.
  • 16f3612 Fix PHP 8.1 PDO doubles
  • d173a6f fix skip-definer doesn't work for views with SQL SECURITY INVOKER. Fixes #243
  • a5ab2b7 Add option to disable database creation statement. Fixes #232
  • de94701 Order table names for MariaDB-to-MySQL compatibility. Fixes #218
  • 940d3cd Improve the library extensibility. Fixes #200
  • 3ab2043 fixes whitespaces. Fixes #231
  • c873db6 updated README with restore option
  • 4687b74 Merge pull request #254 from lubosdz/master
  • 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)
dependabot[bot] commented 1 year ago

The following labels could not be found: 3. to review.