[PR #1116] [MERGED] Bump doctrine/dbal from 2.9.2 to 2.9.3 #1586

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 3adfb0a Bump doctrine/dbal from 2.9.2 to 2.9.3

📊 Changes

1 file changed (+18 additions, -18 deletions)

View changed files

📝 composer.lock (+18 -18)

📄 Description

Bumps doctrine/dbal from 2.9.2 to 2.9.3.

Release notes

Sourced from doctrine/dbal's releases.

Release v2.9.3

Build Status

This release fixes regressions introduced in previous releases and other bugs.

  • Total issues resolved: 5
  • Total pull requests resolved: 14
  • Total contributors: 9

Regressions

Other bugs

CI improvements and maintenance

PHP 7.4 support

Commits

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 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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/1116 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/5/2019 **Status:** ✅ Merged **Merged:** 11/5/2019 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/doctrine/dbal-2.9.3` --- ### 📝 Commits (1) - [`3adfb0a`](https://github.com/koel/koel/commit/3adfb0aed01d6ca1337b83244c66c5d03eb792ca) Bump doctrine/dbal from 2.9.2 to 2.9.3 ### 📊 Changes **1 file changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+18 -18) </details> ### 📄 Description Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.9.2 to 2.9.3. <details> <summary>Release notes</summary> *Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).* > # Release v2.9.3 > > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.3)](https://travis-ci.org/doctrine/dbal) > > This release fixes regressions introduced in previous releases and other bugs. > > - Total issues resolved: **5** > - Total pull requests resolved: **14** > - Total contributors: **9** > > **Regressions** > > - [3686: Fixed query result caching when `FetchMode::COLUMN` is used](https://github-redirect.dependabot.com/doctrine/dbal/pull/3686) thanks to [@&#8203;morozov](https://github.com/morozov) and [@&#8203;Junker](https://github.com/Junker) > > - [3456: Compare type class when comparing columns.](https://github-redirect.dependabot.com/doctrine/dbal/pull/3456) thanks to [@&#8203;garret-gunter](https://github.com/garret-gunter) and [@&#8203;cs278](https://github.com/cs278) > > **Other bugs** > > - [3679: fix begin trasaction after reconnect](https://github-redirect.dependabot.com/doctrine/dbal/pull/3679) thanks to [@&#8203;kalinin-k-a](https://github.com/kalinin-k-a) > > - [3547: Default column expressions do not work on SQL Server](https://github-redirect.dependabot.com/doctrine/dbal/pull/3547) thanks to [@&#8203;morozov](https://github.com/morozov) > > - [3420: Index length can be a `string`: ensure that it is an integer when read by the `MySqlSchemaManager`](https://github-redirect.dependabot.com/doctrine/dbal/pull/3420) thanks to [@&#8203;leofeyer](https://github.com/leofeyer) > > **CI improvements and maintenance** > > - [3702: Updated SQL Server extensions to fix build failures on PHP 7.4](https://github-redirect.dependabot.com/doctrine/dbal/pull/3702) thanks to [@&#8203;morozov](https://github.com/morozov) > > - [3662: Marked connection exception test incomplete on MySQL 8](https://github-redirect.dependabot.com/doctrine/dbal/pull/3662) thanks to [@&#8203;morozov](https://github.com/morozov) > > - [3622: Switched from ibmcom/db2express-c to ibmcom/db2](https://github-redirect.dependabot.com/doctrine/dbal/pull/3622) thanks to [@&#8203;morozov](https://github.com/morozov) > > - [3465: Replaced MySQL 5.7 installed from a PPA with an official Docker image](https://github-redirect.dependabot.com/doctrine/dbal/pull/3465) thanks to [@&#8203;morozov](https://github.com/morozov) > > - [3454: CI: Test against PHP 7.4snapshot instead of nightly (8.0)](https://github-redirect.dependabot.com/doctrine/dbal/pull/3454) thanks to [@&#8203;Majkl578](https://github.com/Majkl578) > > - [3452: Fixed AppVeyor build configuration and the issue on SQL Server](https://github-redirect.dependabot.com/doctrine/dbal/pull/3452) thanks to [@&#8203;morozov](https://github.com/morozov) and [@&#8203;Majkl578](https://github.com/Majkl578) > > - [3447: Replaced custom docker image for PostgreSQL with the official one](https://github-redirect.dependabot.com/doctrine/dbal/pull/3447) thanks to [@&#8203;morozov](https://github.com/morozov) > > - [3407: CI: Test against MySQL 8.0 on Travis](https://github-redirect.dependabot.com/doctrine/dbal/pull/3407) thanks to [@&#8203;morozov](https://github.com/morozov) > > **PHP 7.4 support** > > - [3642: Fixed test failures on PHP 7.4](https://github-redirect.dependabot.com/doctrine/dbal/pull/3642) thanks to [@&#8203;morozov](https://github.com/morozov) </details> <details> <summary>Commits</summary> - [`7345cd5`](https://github.com/doctrine/dbal/commit/7345cd59edfa2036eb0fa4264b77ae2576842035) Release v2.9.3 - [`d389f32`](https://github.com/doctrine/dbal/commit/d389f32c8cabb82c508b69ec788917685fb4d3ad) Merge branch 'bpo/2.9/[#3702](https://github-redirect.dependabot.com/doctrine/dbal/issues/3702)' into 2.9 - [`5ac70f6`](https://github.com/doctrine/dbal/commit/5ac70f6127090409c439605b6784bdbb0d329a70) Updated SQL Server extensions to fix build failures on PHP 7.4 - [`94b1ea2`](https://github.com/doctrine/dbal/commit/94b1ea2c457f66175661c33be16a91297001f513) Merge branch 'bpo/2.9/[#3642](https://github-redirect.dependabot.com/doctrine/dbal/issues/3642)' into 2.9 - [`61b652d`](https://github.com/doctrine/dbal/commit/61b652d98d817e420ee93f47e069ec4dbd735171) Fixed test failures on PHP 7.4 - [`8bd299f`](https://github.com/doctrine/dbal/commit/8bd299f94edef028dadd75010364815e1dc9367a) Merge branch 'bpo/2.9/[#3622](https://github-redirect.dependabot.com/doctrine/dbal/issues/3622)' into 2.9 - [`cd36b04`](https://github.com/doctrine/dbal/commit/cd36b047a0ae3c334c8d6f31abca8d6972c14306) Switched from ibmcom/db2express-c to ibmcom/db2 - [`24170d3`](https://github.com/doctrine/dbal/commit/24170d37e3ac48470b6ce8b546ca55a38a324bcc) Merge branch 'bpo/2.9/[#3679](https://github-redirect.dependabot.com/doctrine/dbal/issues/3679)' into 2.9 - [`a9b7bf8`](https://github.com/doctrine/dbal/commit/a9b7bf855c6f391f96773f844d7158500394bcef) Reset transaction nesting level on connection loss. - [`a2bfa40`](https://github.com/doctrine/dbal/commit/a2bfa40b90c7f0d076333313c4ae4245e3a57f51) Merge branch 'bpo/2.9/[#3662](https://github-redirect.dependabot.com/doctrine/dbal/issues/3662)' into 2.9 - Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.9.2...v2.9.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.9.2&new-version=2.9.3)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.9.2&new-version=2.9.3) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <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 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 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:31:34 +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#1586
No description provided.