Skip to content

Commit

Permalink
Bump doctrine/dbal from 2.9.0 to 2.9.1 (koel#878)
Browse files Browse the repository at this point in the history
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: &koel#91;SQL Anywhere&koel#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: &koel#91;SQL Anywhere&koel#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: &koel#91;SQL Anywhere&koel#93; Fix fetching empty values via fetchAll()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3385) thanks to [**deeky666**](https://github.com/deeky666)
> - [3386: &koel#91;SQL Anywhere&koel#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`](doctrine/dbal@ec74d6e) Release v2.9.1
- [`f3711a7`](doctrine/dbal@f3711a7) Merge pull request [#3404](https://github-redirect.dependabot.com/doctrine/dbal/issues/3404) from greg0ire/update_chat_link
- [`7ce636b`](doctrine/dbal@7ce636b) Merge branch 'bpo/2.9/#3392' into 2.9
- [`b84603b`](doctrine/dbal@b84603b) Fixed annotation and name of parameter $columnsNames in Table
- [`5d4f933`](doctrine/dbal@5d4f933) Merge branch 'bpo/2.9/#3393' into 2.9
- [`b18f63c`](doctrine/dbal@b18f63c) Fixed parsing MySQL create table flags (options without a value)
- [`62dacc0`](doctrine/dbal@62dacc0) Merge branch 'bpo/2.9/#3381' into 2.9
- [`79e369e`](doctrine/dbal@79e369e) ResultCacheStatement lost its cache capability on fetchAll method
- [`125fb5e`](doctrine/dbal@125fb5e) Merge branch 'bpo/2.9/#3305' into 2.9
- [`f6dd134`](doctrine/dbal@f6dd134) Fix Fetch mode query in MasterSlaveConnection
- Additional commits viewable in [compare view](doctrine/dbal@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>
  • Loading branch information
dependabot[bot] authored and phanan committed Dec 17, 2018
1 parent 545295c commit 0a62f3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a62f3a

Please sign in to comment.