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.33.0 to 5.34.0 #896

Merged
merged 1 commit into from
Jul 10, 2020
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2020

Bumps sequel from 5.33.0 to 5.34.0.

Changelog

Sourced from sequel's changelog.

=== 5.34.0 (2020-07-01)

  • Make eager_graph work correctly if called with no associations (jeremyevans)

  • Make :ruby eager limit strategy handle cases where there is no limit or offset (jeremyevans)

  • Do not keep a reference to a Sequel::Database instance that raises an exception during initialization (jeremyevans)

  • Make Database#pool.all_connections not yield for a single connection pool in disconnected state (jeremyevans)

  • Raise an exception if trying to disconnect a server that doesn't exist in the sharded connection pools (jeremyevans)

  • Support :refresh option when calling *_pks getter method in the association_pks plugin (jeremyevans)

  • Support caching of repeated calls to *_pks getter method in the association_pks plugin using :cache_pks association option (jeremyevans)

  • Add *_pks_dataset methods for one_to_many and many_to_many associations when using the association_pks plugin (jeremyevans)

Commits
  • c4db4db Bump version to 5.34.0
  • 553af51 Minor spec fixes
  • 5741448 Add model specs for 100% branch coverage
  • af4e181 Avoid duplicate initialization in rcte_tree plugin
  • 890ebb1 Mark Model#schema_type_class for removal in Sequel 6
  • c7fdab6 Use local variable instead of duplicate method call
  • cfc5ee1 Make eager_graph work correctly if called with no associations
  • a3e0a29 Remove unnecessary conditionals
  • 1003cb9 Make :ruby eager limit strategy handle case for returns_array? without slice_...
  • f94ecac Add nocov markings around load time conditionals
  • 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 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

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

Signed-off-by: dependabot[bot] <support@github.com>
@tdtds tdtds merged commit 9718957 into master Jul 10, 2020
@tdtds tdtds deleted the dependabot/bundler/sequel-5.34.0 branch July 10, 2020 05:42
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.

None yet

2 participants