[PR #878] [MERGED] Bump doctrine/dbal from 2.9.0 to 2.9.1 #1411

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • a0c24c9 Bump doctrine/dbal from 2.9.0 to 2.9.1

📊 Changes

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

View changed files

📝 composer.lock (+5 -5)

📄 Description

Bumps doctrine/dbal from 2.9.0 to 2.9.1.

Release notes

Sourced from doctrine/dbal's releases.

Release v2.9.1

Build Status

This release fixes regressions introduced in v2.9.0 and issues specific to the SQL Anywhere platform.

  • Total issues resolved: 11

MySQL, Schema Introspection:

SQL Anywhere:

Schema Comparison:

Connections:

Cache:

Documentation:

Commits
  • ec74d6e Release v2.9.1
  • f3711a7 Merge pull request #3404 from greg0ire/update_chat_link
  • 7ce636b Merge branch 'bpo/2.9/#3392' into 2.9
  • b84603b Fixed annotation and name of parameter $columnsNames in Table
  • 5d4f933 Merge branch 'bpo/2.9/#3393' into 2.9
  • b18f63c Fixed parsing MySQL create table flags (options without a value)
  • 62dacc0 Merge branch 'bpo/2.9/#3381' into 2.9
  • 79e369e ResultCacheStatement lost its cache capability on fetchAll method
  • 125fb5e Merge branch 'bpo/2.9/#3305' into 2.9
  • f6dd134 Fix Fetch mode query in MasterSlaveConnection
  • 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/878 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/17/2018 **Status:** ✅ Merged **Merged:** 12/17/2018 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/doctrine/dbal-2.9.1` --- ### 📝 Commits (1) - [`a0c24c9`](https://github.com/koel/koel/commit/a0c24c99a7877ba9607f8e97a9c278825c94e14a) Bump doctrine/dbal from 2.9.0 to 2.9.1 ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+5 -5) </details> ### 📄 Description Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.9.0 to 2.9.1. <details> <summary>Release notes</summary> *Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).* > # Release v2.9.1 > > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.1)](https://travis-ci.org/doctrine/dbal) > > This release fixes regressions introduced in v2.9.0 and issues specific to the SQL Anywhere platform. > > - Total issues resolved: **11** > > **MySQL, Schema Introspection:** > > - [3393: Fixed parsing MySQL create table flags (options without a value)](https://github-redirect.dependabot.com/doctrine/dbal/pull/3393) thanks to [**morozov**](https://github.com/morozov) and [**AdrianSherwood**](https://github.com/AdrianSherwood) > - [3398: BC Break in 2.9.0 for MySQL Tables containing partitions](https://github-redirect.dependabot.com/doctrine/dbal/issues/3398) thanks to [**bcremer**](https://github.com/bcremer) > > **SQL Anywhere:** > > - [3375: &#91;SQL Anywhere&#93; Fix bound parameter references in PHP 7](https://github-redirect.dependabot.com/doctrine/dbal/pull/3375) thanks to [**deeky666**](https://github.com/deeky666) > - [3378: &#91;SQL Anywhere&#93; Fix query limit values &quot;0&quot; and &quot;null&quot;](https://github-redirect.dependabot.com/doctrine/dbal/pull/3378) thanks to [**deeky666**](https://github.com/deeky666) > - [3385: &#91;SQL Anywhere&#93; Fix fetching empty values via fetchAll()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3385) thanks to [**deeky666**](https://github.com/deeky666) > - [3386: &#91;SQL Anywhere&#93; Fix view schema introspection test](https://github-redirect.dependabot.com/doctrine/dbal/pull/3386) thanks to [**deeky666**](https://github.com/deeky666) > > **Schema Comparison:** > > - [3382: Reverted strict comparison back to loose because of a new regression](https://github-redirect.dependabot.com/doctrine/dbal/pull/3382) thanks to [**morozov**](https://github.com/morozov) and [**Majkl578**](https://github.com/Majkl578) > > **Connections:** > > - [3305: Fix Fetch mode query in MasterSlaveConnection](https://github-redirect.dependabot.com/doctrine/dbal/pull/3305) thanks to [**BradCrumb**](https://github.com/BradCrumb) > > **Cache:** > > - [3381: ResultCacheStatement lost its cache capability on fetchAll method](https://github-redirect.dependabot.com/doctrine/dbal/pull/3381) thanks to [**roger-codina**](https://github.com/roger-codina) > > **Documentation:** > > - [3392: fixed annotations of parameter $columns in Table](https://github-redirect.dependabot.com/doctrine/dbal/pull/3392) thanks to [**LukasVitek**](https://github.com/LukasVitek) and [**ricardofiorani**](https://github.com/ricardofiorani) </details> <details> <summary>Commits</summary> - [`ec74d6e`](https://github.com/doctrine/dbal/commit/ec74d6e300d78fbc896669c3ca57ef9719adc9c6) Release v2.9.1 - [`f3711a7`](https://github.com/doctrine/dbal/commit/f3711a7506f09788373ea83a3c980eb0c3777f72) Merge pull request [#3404](https://github-redirect.dependabot.com/doctrine/dbal/issues/3404) from greg0ire/update_chat_link - [`7ce636b`](https://github.com/doctrine/dbal/commit/7ce636bf49844d10a594f8c363495ce8a8198d89) Merge branch 'bpo/2.9/#3392' into 2.9 - [`b84603b`](https://github.com/doctrine/dbal/commit/b84603b9916899ff56914bf574262cf56c997e84) Fixed annotation and name of parameter $columnsNames in Table - [`5d4f933`](https://github.com/doctrine/dbal/commit/5d4f9335a23760efd3aa3768db663a7862087327) Merge branch 'bpo/2.9/#3393' into 2.9 - [`b18f63c`](https://github.com/doctrine/dbal/commit/b18f63ccbfb3bd99a59fb67a900991f0c478c2f3) Fixed parsing MySQL create table flags (options without a value) - [`62dacc0`](https://github.com/doctrine/dbal/commit/62dacc09e95636225bd8ce3f221218ce8b3f3489) Merge branch 'bpo/2.9/#3381' into 2.9 - [`79e369e`](https://github.com/doctrine/dbal/commit/79e369e8867d627dbf7e413cda1a061b0cbaa938) ResultCacheStatement lost its cache capability on fetchAll method - [`125fb5e`](https://github.com/doctrine/dbal/commit/125fb5e71a0adf77e5a13f68313bd259da232292) Merge branch 'bpo/2.9/#3305' into 2.9 - [`f6dd134`](https://github.com/doctrine/dbal/commit/f6dd1344178f8f273b0cb07fd95ab55d688ac14c) Fix Fetch mode query in MasterSlaveConnection - Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.9.0...v2.9.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.9.0&new-version=2.9.1)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.9.0&new-version=2.9.1) 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 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:55 +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#1411
No description provided.