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.34.0 to 5.35.0 #898

Merged
merged 1 commit into from
Aug 3, 2020
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2020

Bumps sequel from 5.34.0 to 5.35.0.

Changelog

Sourced from sequel's changelog.

=== 5.35.0 (2020-08-01)

  • Recognize another disconnect error in the oracle adapter (sterlzbd) (#1705)

  • Consider all associations with :dataset options as instance-specific associations (jeremyevans)

  • Make Model.finalize_associations not break with instance-specific associations (jeremyevans)

  • Make association placeholder loader consider block if instance_specific: false association option is used (jeremyevans)

  • Copy composite unique constraints when emulating alter table operations on SQLite (jeremyevans) (#1704)

  • Add instance_specific_default plugin for setting default association :instance_specific value, or warning/raising for cases where it is not specified (jeremyevans)

  • Make Model.plugin issue deprecation warning if loading plugin with arguments and block if plugin does not accept arguments/block (jeremyevans)

  • Make validation_class_methods consider all :if, :allow_missing, :allow_nil, and :allow_blank settings, instead of just the first (jeremyevans)

  • Include hash entries with nil keys in Dataset#to_dot output in to_dot extension (jeremyevans)

  • Remove unneeded conditionals from plugins and extensions (jeremyevans)

  • Fix exception class in run_transaction_hooks extension if calling run_after_{commit,rollback}_hooks outside of a transaction (jeremyevans)

Commits
  • 060d0b8 Bump version to 5.35.0
  • 83fc185 Skip part of a spec on MariaDB 10.5
  • e43b672 Update CHANGELOG
  • 88ac701 Add ORA-03135 as a connection error
  • 9f0b843 Consider all associations with :dataset options as instance-specific associat...
  • 63131af Make Model.finalize_associations not break with instance-specific associations
  • e41b711 Always skip association placeholder loader if :dataset option given
  • 962f921 Make association placeholder loader consider block if instance_specific: fals...
  • 084e401 Copy composite unique constraints when emulating alter table operations on SQ...
  • 9727d92 Add instance_specific_default plugin for setting default association :instanc...
  • 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.34.0 to 5.35.0.
- [Release notes](https://github.com/jeremyevans/sequel/releases)
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.34.0...5.35.0)

Signed-off-by: dependabot[bot] <support@github.com>
@tdtds tdtds merged commit 88ef3f1 into master Aug 3, 2020
@tdtds tdtds deleted the dependabot/bundler/sequel-5.35.0 branch August 3, 2020 23:18
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