Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sequel from 5.13.0 to 5.14.0 #739

Merged
merged 1 commit into from
Nov 6, 2018
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 5, 2018

Bumps sequel from 5.13.0 to 5.14.0.

Changelog

Sourced from sequel's changelog.

=== 5.14.0 (2018-11-01)

  • Drop defaulting the :port option to 5432 in the postgres adapter, so that setting the :service option in :driver_options works (jeremyevans) (#1558)

  • Do not cache values for columns without parseable defaults when using :cache option in defaults_setter plugin (jeremyevans)

  • Emulate NULLS FIRST/LAST ordering on databases that do not natively support it (jeremyevans)

  • Do not modify boolean expressions created from string or array if string or array is modified (jeremyevans)

  • Make roots and roots_dataset dataset methods instead of class methods in the tree plugin (JelF) (#1554)

  • Do not cache dataset SQL if dataset uses subquery that cannot cache SQL (jeremyevans)

  • Make Model#=== work correctly for models with composite primary keys (jeremyevans)

  • Add Model#pk_equal? as a more descriptive name for Model#=== (AlexWayfer) (#1550)

  • Do not push down expression inversion in cases where it may result in incorrect behavior (e.g. ANY/SOME/ALL operators) (jeremyevans) (#1549)

Commits
  • f05ecf2 Bump version to 5.14.0
  • 0b017d7 Skip some constraint validations tests on Oracle
  • 34e4054 Emulate NULLS FIRST/LAST on DB2
  • 652b2dc Normalize some RDocs
  • 0e9e0ac Drop defaulting the :port option to 5432 in the postgres adapter, so that set...
  • 8b6f117 Do not cache values for columns without parseable defaults when using :cache ...
  • 51d96b8 Emulate NULLS FIRST/LAST ordering on databases that do not natively support it
  • 1b44fd3 Use clearer SQL in constraint_validations extension for multiple columns when...
  • 6b4d6d5 Improve Sequel.case documentation
  • 8839dfd Add project metadata to the gemspec
  • 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.


⚠️ Dependabot is rebasing this PR ⚠️

This PR will be updated for you in a moment. If you make any changes yourself then they will take precedence over the rebase (which will be abandoned).

Bumps [sequel](https://github.com/jeremyevans/sequel) from 5.13.0 to 5.14.0.
- [Release notes](https://github.com/jeremyevans/sequel/releases)
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.13.0...5.14.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants