Skip to content

Conversation

dependabot-preview[bot]
Copy link

Bumps aura/sql from 2.5.1 to 2.6.0.

Release notes

Sourced from aura/sql's releases.

2.6.0

This release adds two new off-interface methods to ConnectionLocator:

  • setProfiling() to activate profiling across all connections

  • getProfiles() to get the profiles from all connections

2.5.3

  • ExtendedPdo::bindValue() method now binds PDO::PARAM_BOOL values as string '0' and string '1'; this addresses a not-a-bug-but-still-surprising behavior in PDO; cf. https://bugs.php.net/bug.php?id=49255.

  • Other hygiene fixes to docs, docblocks, etc.

2.5.2

  • Fix #111 : Binding variables conflicts with some Postgres SQL queries
  • Added phpunit to composer.json
  • Fix #166 : PHPStorm exception handling check
Changelog

Sourced from aura/sql's changelog.

2.6.0

This release adds two new off-interface methods to ConnectionLocator:

  • setProfiling() to activate profiling across all connections

  • getProfiles() to get the profiles from all connections

2.5.3

  • ExtendedPdo::bindValue() method now binds PDO::PARAM_BOOL values as string '0' and string '1'; this addresses a not-a-bug-but-still-surprising behavior in PDO; cf. https://bugs.php.net/bug.php?id=49255.

  • Other hygiene fixes to docs, docblocks, etc.

2.5.2

  • Fix #111 : Binding variables conflicts with some Postgres SQL queries

  • Added phpunit to composer.json

  • Fix #166 : PHPStorm exception handling check

Commits
  • 16206ef update for release 2.6.0
  • 7ce1398 update docs for connection locator profiling
  • d001cba add connection-locator profiling functionality
  • 1bec62b update for release
  • 6615a41 per other discussions, no longer testing on hhvm
  • 5206548 using CHANGELOG now
  • d128335 bind PDO::PARAM_BOOL values as string '1' or '0'
  • 7c22b5f Merge pull request #172 from YaroslavMolchan/2.x
  • efd0ac6 Update README.md
  • 1319d4c Merge pull request #169 from sunkan/issue-168
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [aura/sql](https://github.com/auraphp/Aura.Sql) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/auraphp/Aura.Sql/releases)
- [Changelog](https://github.com/auraphp/Aura.Sql/blob/2.6.0/CHANGELOG.md)
- [Commits](auraphp/Aura.Sql@2.5.1...2.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 4, 2020
@codecov
Copy link

codecov bot commented Apr 4, 2020

Codecov Report

Merging #25 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #25   +/-   ##
=========================================
  Coverage     58.26%   58.26%           
  Complexity      381      381           
=========================================
  Files            30       30           
  Lines          1409     1409           
=========================================
  Hits            821      821           
  Misses          588      588           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 15ceec2...5a66e24. Read the comment docs.

@aik099 aik099 closed this May 30, 2020
@aik099 aik099 deleted the dependabot/composer/aura/sql-2.6.0 branch December 13, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant