Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

build(deps): bump sequel from 5.39.0 to 5.45.0 #210

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 2, 2021

Bumps sequel from 5.39.0 to 5.45.0.

Changelog

Sourced from sequel's changelog.

=== 5.45.0 (2021-06-01)

  • Fix handling of NULL values in boolean columns in the ODBC adapter (jeremyevans) (#1765)

  • Add auto_validations_constraint_validations_presence_message plugin for auto_validations/constraint_validations presence message integration (jeremyevans)

  • Support Dataset#with :materialized option on SQLite 3.35+ for [NOT] MATERIALIZED (jeremyevans)

  • Use ALTER TABLE DROP COLUMN for dropping columns on SQLite 3.35+ (jeremyevans)

=== 5.44.0 (2021-05-01)

  • Add concurrent_eager_loading plugin, for eager loading multiple associations concurrently using separate threads (jeremyevans)

  • Support :weeks as a interval unit in the date_arithmetic extension (jeremyevans) (#1759)

  • Raise an exception if an interval hash with an unsupported key is passed in the date_arithmetic extension (jeremyevans) (#1759)

  • Support dropping non-composite unique constraints on SQLite (jeremyevans) (#1755)

=== 5.43.0 (2021-04-01)

  • Add column_encryption plugin, for encrypting column values (jeremyevans)

=== 5.42.0 (2021-03-01)

  • Make the ado timestamp conversion proc a normal conversion proc that can be overridden similar to other conversion procs (jeremyevans)

  • Add :reject_nil option to the nested_attributes method, to ignore calls where nil is passed as the associated object data (jeremyevans)

  • Add async_thread_pool plugin for easier async usage with model classes and support for async destroy, with_pk, and with_pk! methods (jeremyevans)

  • Add async_thread_pool Database extension for executing queries asynchronously using a thread pool (jeremyevans)

  • Fix possible thread safety issue in Database#extension that could allow Module#extended to be called twice with the same Database instance (jeremyevans)

  • Support cases where validations make modifications beyond setting errors in Model#freeze (jeremyevans)

  • Add Model#to_json_data to the json_serializer plugin, returning a JSON data structure (jeremyevans)

=== 5.41.0 (2021-02-01)

  • Have explicit :text option for a String column take priority over :size option on PostgreSQL (jeremyevans) (#1750)

  • Support a :skip_invalid option in auto_validations plugin for not adding errors to a column that already has an error (jeremyevans)

  • Support a :skip_invalid option in validation_helpers for not adding an error to a column that already has an error (jeremyevans)

  • Support :adder, :remover, and :clearer association options that use keyword arguments in Ruby 2.7+ (jeremyevans)

... (truncated)

Commits
  • 379b285 Bump version to 5.45.0
  • b636c72 Fix verbose warnings in auto_validations_constraint_validations_presence_mess...
  • 7c6c6da Fix handling of NULL values in boolean columns in the ODBC adapter (Fixes #1765)
  • 1fd7694 Adjust pg_loose_count integration test to work on PostgreSQL 14+
  • 68b5e52 Add auto_validations_constraint_validations_presence_message plugin for auto_...
  • 4cc0670 Add core specs for materialized or not CTEs in datasets
  • 529650b Try disabling MySQL SSL use in CI on JRuby
  • c7bf69f Try restricting jdbc-mysql version in CI
  • 512025a Support Dataset#with :materialized option on SQLite 3.35+ for [NOT] MATERIALIZED
  • 2bdfd2d Use ALTER TABLE DROP COLUMN for dropping columns on SQLite 3.35+
  • 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
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

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

---
updated-dependencies:
- dependency-name: sequel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants