mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Bump doctrine/dbal from 2.9.0 to 2.9.1 (#878)
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: [SQL Anywhere] Fix bound parameter references in PHP 7](https://github-redirect.dependabot.com/doctrine/dbal/pull/3375) thanks to [**deeky666**](https://github.com/deeky666) > - [3378: [SQL Anywhere] Fix query limit values "0" and "null"](https://github-redirect.dependabot.com/doctrine/dbal/pull/3378) thanks to [**deeky666**](https://github.com/deeky666) > - [3385: [SQL Anywhere] Fix fetching empty values via fetchAll()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3385) thanks to [**deeky666**](https://github.com/deeky666) > - [3386: [SQL Anywhere] 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`](ec74d6e300
) Release v2.9.1 - [`f3711a7`](f3711a7506
) Merge pull request [#3404](https://github-redirect.dependabot.com/doctrine/dbal/issues/3404) from greg0ire/update_chat_link - [`7ce636b`](7ce636bf49
) Merge branch 'bpo/2.9/#3392' into 2.9 - [`b84603b`](b84603b991
) Fixed annotation and name of parameter $columnsNames in Table - [`5d4f933`](5d4f9335a2
) Merge branch 'bpo/2.9/#3393' into 2.9 - [`b18f63c`](b18f63ccbf
) Fixed parsing MySQL create table flags (options without a value) - [`62dacc0`](62dacc09e9
) Merge branch 'bpo/2.9/#3381' into 2.9 - [`79e369e`](79e369e886
) ResultCacheStatement lost its cache capability on fetchAll method - [`125fb5e`](125fb5e71a
) Merge branch 'bpo/2.9/#3305' into 2.9 - [`f6dd134`](f6dd134417
) 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>
This commit is contained in:
parent
545295c8ac
commit
0a62f3a459
1 changed files with 5 additions and 5 deletions
10
composer.lock
generated
10
composer.lock
generated
|
@ -274,16 +274,16 @@
|
|||
},
|
||||
{
|
||||
"name": "doctrine/dbal",
|
||||
"version": "v2.9.0",
|
||||
"version": "v2.9.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/dbal.git",
|
||||
"reference": "21fdabe2fc01e004e1966f200d900554876bc63c"
|
||||
"reference": "ec74d6e300d78fbc896669c3ca57ef9719adc9c6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/21fdabe2fc01e004e1966f200d900554876bc63c",
|
||||
"reference": "21fdabe2fc01e004e1966f200d900554876bc63c",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/ec74d6e300d78fbc896669c3ca57ef9719adc9c6",
|
||||
"reference": "ec74d6e300d78fbc896669c3ca57ef9719adc9c6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -352,7 +352,7 @@
|
|||
"php",
|
||||
"queryobject"
|
||||
],
|
||||
"time": "2018-12-04T04:39:48+00:00"
|
||||
"time": "2018-12-14T04:51:13+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/event-manager",
|
||||
|
|
Loading…
Reference in a new issue