[PR #867] [MERGED] Bump doctrine/dbal from 2.8.0 to 2.9.0 #1403

Closed
opened 2026-02-26 03:30:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/867
Author: @dependabot-preview[bot]
Created: 12/5/2018
Status: Merged
Merged: 12/5/2018
Merged by: @phanan

Base: masterHead: dependabot/composer/doctrine/dbal-2.9.0


📝 Commits (1)

  • 85ea2ee Bump doctrine/dbal from 2.8.0 to 2.9.0

📊 Changes

1 file changed (+16 additions, -13 deletions)

View changed files

📝 composer.lock (+16 -13)

📄 Description

Bumps doctrine/dbal from 2.8.0 to 2.9.0.

Release notes

Sourced from doctrine/dbal's releases.

Release v2.9.0

Build Status

This is a minor release of Doctrine DBAL that aggregates over 40 fixes and improvements developed by 18 contributors over the last 5 months.

This release includes all changes of the 2.8.x series, as well as feature additions and improvements that couldn't land in patch releases.

Backwards Compatibility Breaks

This doesn't contain any intentional Backwards Compatibility (BC) breaks.

Deprecations

  • The usage of NULL to specify the absence of an offset in LIMITed queries is deprecated. Use 0 instead.
  • It's not recommended to rely on the default length specified by implementations of Type. These values are not used by the library and will be removed.
  • It's not recommended to rely on the string representation of Type objects.
  • Regular-expression based asset filters are deprecated in favor of callback-based as more extensible.
  • Calling Statement::fetchColumn() with an invalid column index is deprecated.
  • The dbal:import CLI command is deprecated. Please use other database client applications for import.

Please see details in the UPGRADE.md documentation.

New Features

  • Added support for MariaDB 10.3.
  • Added support for Windows authentication for SQL Server.
  • Added support for column length in index definitions on MySQL.

Improvements and Fixes

  • Implemented handling BLOB objects represented as streams in the MySQL (mysqli) driver.
  • Implemented handling BLOB objects represented as streams in the IBM DB2 driver.
  • DBAL is now continuously tested with the PDO driver for Oracle.
  • Implemented handling of URLs in master-slave and pooling-shard connection configuration.
  • The codebase is now fully compatible with the Doctrine Coding Standard v5.0.

Total issues resolved: 45

Deprecations:

New Features:

... (truncated)
Commits
  • 21fdabe Release v2.9.0
  • 8c0bf79 Merge pull request #3372 from BenMorel/travis_mysql8
  • f7b4177 Travis CI tests on MySQL 8.0
  • 2179996 Merge pull request #3339 from morozov/issues/3294
  • b1afc40 Fixed a potential cause of ORA-12519: TNS:no appropriate service handler found
  • 2e4588b Disabled and reworked some tests
  • b3b0d31 Added PDO_OCI configuration for ContinuousPHP
  • 0b0015e Merge pull request #3359 from morozov/issues/3358
  • e7cc1bd Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a b...
  • 1a2b9aa Merge pull request #3370 from morozov/readme-remove-27
  • 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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/867 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/5/2018 **Status:** ✅ Merged **Merged:** 12/5/2018 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/doctrine/dbal-2.9.0` --- ### 📝 Commits (1) - [`85ea2ee`](https://github.com/koel/koel/commit/85ea2eebb50ec68ef37fae3814167aa41dfe5833) Bump doctrine/dbal from 2.8.0 to 2.9.0 ### 📊 Changes **1 file changed** (+16 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+16 -13) </details> ### 📄 Description Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.8.0 to 2.9.0. <details> <summary>Release notes</summary> *Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).* > # Release v2.9.0 > > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.0)](https://travis-ci.org/doctrine/dbal) > > This is a minor release of Doctrine DBAL that aggregates over 40 fixes and improvements developed by 18 contributors over the last 5 months. > > This release includes all changes of the 2.8.x series, as well as feature additions and improvements that couldn't land in patch releases. > > ## Backwards Compatibility Breaks > > This doesn't contain any intentional Backwards Compatibility (BC) breaks. > > ## Deprecations > > * The usage of `NULL` to specify the absence of an offset in `LIMIT`ed queries is deprecated. Use `0` instead. > * It's not recommended to rely on the default length specified by implementations of `Type`. These values are not used by the library and will be removed. > * It's not recommended to rely on the string representation of `Type` objects. > * Regular-expression based asset filters are deprecated in favor of callback-based as more extensible. > * Calling `Statement::fetchColumn()` with an invalid column index is deprecated. > * The `dbal:import` CLI command is deprecated. Please use other database client applications for import. > > Please see details in the [UPGRADE.md](UPGRADE.md) documentation. > > ## New Features > > * Added support for MariaDB 10.3. > * Added support for Windows authentication for SQL Server. > * Added support for column length in index definitions on MySQL. > > ## Improvements and Fixes > > * Implemented handling BLOB objects represented as streams in the MySQL (`mysqli`) driver. > * Implemented handling BLOB objects represented as streams in the IBM DB2 driver. > * DBAL is now continuously tested with the PDO driver for Oracle. > * Implemented handling of URLs in master-slave and pooling-shard connection configuration. > * The codebase is now fully compatible with the Doctrine Coding Standard v5.0. > > Total issues resolved: **45** > > **Deprecations:** > > - [3244: Deprecated dbal:import CLI command](https://github-redirect.dependabot.com/doctrine/dbal/pull/3244) thanks to [**morozov**](https://github.com/morozov) > - [3253: Deprecated usage of the NULL offset in LIMITed queries](https://github-redirect.dependabot.com/doctrine/dbal/pull/3253) thanks to [**morozov**](https://github.com/morozov) > - [3256: Deprecate Doctrine\DBAL\Types\Type::getDefaultLength()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3256) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3258: Deprecate Doctrine\DBAL\Types\Type::&#95;&#95;toString()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3258) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3316: Deprecated regex-based asset filters](https://github-redirect.dependabot.com/doctrine/dbal/pull/3316) thanks to [**morozov**](https://github.com/morozov) > - [3359: Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a bug in PDO](https://github-redirect.dependabot.com/doctrine/dbal/pull/3359) thanks to [**morozov**](https://github.com/morozov) > > **New Features:** > ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`21fdabe`](https://github.com/doctrine/dbal/commit/21fdabe2fc01e004e1966f200d900554876bc63c) Release v2.9.0 - [`8c0bf79`](https://github.com/doctrine/dbal/commit/8c0bf7983ceb1549aa8ab7709f126c281c65d9b2) Merge pull request [#3372](https://github-redirect.dependabot.com/doctrine/dbal/issues/3372) from BenMorel/travis_mysql8 - [`f7b4177`](https://github.com/doctrine/dbal/commit/f7b417785452d241d18676f76f700fd27735c577) Travis CI tests on MySQL 8.0 - [`2179996`](https://github.com/doctrine/dbal/commit/2179996d6aa7bbbf6c83c98cab16b625db8ac17b) Merge pull request [#3339](https://github-redirect.dependabot.com/doctrine/dbal/issues/3339) from morozov/issues/3294 - [`b1afc40`](https://github.com/doctrine/dbal/commit/b1afc40d1d43430f802d00bc4529b9197c051a0e) Fixed a potential cause of ORA-12519: TNS:no appropriate service handler found - [`2e4588b`](https://github.com/doctrine/dbal/commit/2e4588be6d192be16c86a55e6d59d858a1999bf0) Disabled and reworked some tests - [`b3b0d31`](https://github.com/doctrine/dbal/commit/b3b0d3111b8dfc27d9fbebc010a038ab539242f7) Added PDO_OCI configuration for ContinuousPHP - [`0b0015e`](https://github.com/doctrine/dbal/commit/0b0015e61321a965c24a2532ccb8f5cbed06a08d) Merge pull request [#3359](https://github-redirect.dependabot.com/doctrine/dbal/issues/3359) from morozov/issues/3358 - [`e7cc1bd`](https://github.com/doctrine/dbal/commit/e7cc1bdada49730b7b57bd607020462ec21c76c9) Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a b... - [`1a2b9aa`](https://github.com/doctrine/dbal/commit/1a2b9aaca8c5e47fcdb9bd637da0d4b18ec362a0) Merge pull request [#3370](https://github-redirect.dependabot.com/doctrine/dbal/issues/3370) from morozov/readme-remove-27 - Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.8.0...v2.9.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0) 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`. --- <details> <summary>Dependabot commands and options</summary> <br /> 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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:30:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1403
No description provided.