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 4.29.0 to 5.18.0 #282

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps sequel from 4.29.0 to 5.18.0.

Changelog

Sourced from sequel's changelog.

=== 5.18.0 (2019-03-01)

  • Use singleton .call methods on plain objects instead of procs/methods for faster type conversion (jeremyevans)

  • Add Sequel::SQL::Blob.call to avoid indirection when converting values from the database (jeremyevans)

  • Use while instead of each for inner loops in sqlite and jdbc adapters for better performance (jeremyevans)

  • Make after_initialize plugin not make the argument to Model.call optional (jeremyevans)

  • Allow Dataset#paged_each to be called without a block in the postgres and mysql2 adapters (jeremyevans)

  • Remove flow-control exceptions in connection_expiration and connection_validator extensions (jeremyevans)

  • Add throw_failures plugin for throwing ValidationFailed and HookFailed exceptions instead of raising them, up to 10x performance increase on JRuby (jeremyevans)

  • Support tzinfo 2 in addition to tzinfo 1 in the named_timezones extension (jeremyevans) (#1596)

=== 5.17.0 (2019-02-01)

  • Support skip_auto_validations instance method in auto_validations plugin (oldgreen, jeremyevans) (#1592)

  • Support :preconnect_extensions Database option for loading extensions before :preconnect option (jeremyevans)

  • Avoid usage of Proc.new with implicit block as ruby 2.7+ deprecates this behavior (jeremyevans)

  • Allow Sequel[].as to be used for constructing aliases with eager_graph (e.g. Model.eager_graph(Sequel[:a].as(:b))) (jeremyevans) (#1588)

=== 5.16.0 (2019-01-02)

  • Convert integer columns to bigint columns when copying SQLite databases to other databases using bin/sequel -C (jeremyevans) (#1584)

  • Use nicer error messages for missing or empty migration directories (Lavode) (#1585)

  • Make alter table emulation work correctly in SQLite 3.26.0+ (jeremyevans) (#1582)

  • Do not unset new one_to_one associated objects' reciprocal associations before saving associated objects in the nested_attributes plugin (jeremyevans)

  • Do not validate new one_to_one associated objects twice when saving in the nested_attributes plugin (jeremyevans)

  • Fix :qualify_tables option to class_table_inheritance plugin to work correctly with subclasses of subclasses (benalavi) (#1581)

  • Make class_table_inheritance plugin use the schema cache instead of sending a query to get columns for tables (kenaniah) (#1580)

  • Remove loading of mysqlplus in the mysql adapter (jeremyevans)

  • Make mysql adapter work correctly on ruby 2.6+ (jeremyevans)

  • Add Database#rollback_on_exit to rollback transactions instead of committing them when exiting the transaction block (jeremyevans)

... (truncated)
Commits
  • e9799e3 Bump version to 5.18.0
  • 3b09686 Fix nondeterministic CTE integration test failure
  • d43dc08 Use singleton .call methods on plain objects instead of procs/methods for fas...
  • 56a7c26 Add Sequel::SQL::Blob.call to avoid indirection when converting values from t...
  • 901d680 Use while instead of each for inner loops in sqlite and jdbc adapters for bet...
  • f2ba674 Bump copyright year
  • a2cf85e Make after_initialize plugin not make the argument to Model.call optional
  • aa75e27 Add example of using set_nested_attributes to nested_attributes plugin rdoc
  • d75f5e7 Add info on usage with Rails 5 to the nested_attributes plugin (Fixes #1600)
  • 1ba6f44 Allow Dataset#paged_each to be called without a block in the postgres and mys...
  • 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.

Bumps [sequel](https://github.com/jeremyevans/sequel) from 4.29.0 to 5.18.0.
- [Release notes](https://github.com/jeremyevans/sequel/releases)
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@4.29.0...5.18.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.

None yet

1 participant