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.19.0 to 5.20.0 #779

Merged
merged 1 commit into from
May 13, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 6, 2019

Bumps sequel from 5.19.0 to 5.20.0.

Changelog

Sourced from sequel's changelog.

=== 5.20.0 (2019-05-01)

  • Fix reversing of alter_table add_foreign_key when :type option is used (jeremyevans) (#1615)

  • Switch from using instance_exec to define_method for model associations and in some plugins (jeremyevans)

  • Fix Database#server_version when using mysql2 adapter with mysql driver on MariaDB 10+ database (v-kolesnikov) (#1614)

  • Make one_to_one setter method handle models that use joined datasets (jeremyevans) (#1612)

  • Make auto_validations plugin work with the class_table_inheritance plugin (jeremyevans) (#1611)

  • Avoid use of instance_exec for PlaceholderLiteralString#with_dataset (jeremyevans)

  • Recognize float unsigned database types as float (keeguon, jeremyevans) (#1609)

  • Support :savepoint options to Database#{after_commit,after_rollback} for making the hooks handle savepoints (jeremyevans)

  • Avoid use of instance_exec in association_dependencies plugin (jeremyevans)

  • Add pg_auto_constraint_validation_override to the pg_auto_constraint_validations plugin, for customizing columns and error message per constraint (jeremyevans)

  • Make Database#check_constraints on PostgreSQL also include constraints where the related columns are not known (jeremyevans)

Commits
  • 31ae7dc Bump version to 5.20.0
  • b731bc9 Fix reversing of alter_table add_foreign_key when :type option is used (Fixes...
  • 6eca000 Switch from using instance_exec to define_method for model associations and i...
  • ab945f0 Update CHANGELOG
  • 66758bb Fix Mysql2::Database#server_version method
  • 40d00b2 Fix class_table_inheritance with auto_validations to work with subclass columns
  • cc3e2fb Make one_to_one setter method handle models that use joined datasets (Fixes #...
  • 9f401ec Make auto_validations plugin work with the class_table_inheritance plugin (Fi...
  • c6debc1 Fix a typo in the error message
  • a749cb1 Avoid unnecessary use of module_eval
  • 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 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.

@machu machu temporarily deployed to tdiary-dev-pr-779 May 6, 2019 20:20 Inactive
Bumps [sequel](https://github.com/jeremyevans/sequel) from 5.19.0 to 5.20.0.
- [Release notes](https://github.com/jeremyevans/sequel/releases)
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.19.0...5.20.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/sequel-5.20.0 branch from 2ca471d to ac291cc Compare May 6, 2019 22:29
@tdtds tdtds merged commit f1bf8ff into master May 13, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/sequel-5.20.0 branch May 13, 2019 05:00
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

3 participants