Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2022

Bumps sequel from 5.30.0 to 5.58.0.

Changelog

Sourced from sequel's changelog.

=== 5.58.0 (2022-07-01)

  • Support :disable_split_materialized Database option on MySQL to work around optimizer bug in MariaDB 10.5+ affecting association tests (jeremyevans)

  • Add Dataset#merge* methods to support MERGE statement on PostgreSQL 15+, MSSQL, Oracle, DB2, H2, HSQLDB, and Derby (jeremyevans)

=== 5.57.0 (2022-06-01)

  • Make Database#create_function on PostgreSQL accept :parallel option (bananarne) (#1870)

  • Add support for :on_update_current_timestamp column option on MySQL (jeremyevans)

  • Add is_distinct_from extension with support for the IS DISTINCT FROM operator (jeremyevans)

=== 5.56.0 (2022-05-01)

  • Make alter_table add_column/add_foreign_key methods support :index option to create an index on the column (jeremyevans)

  • Support creation of STRICT tables on SQLite 3.37.0+ via create_table :strict option (jeremyevans)

  • Add sqlite_json_ops extension for DSL support for JSON functions and operators added in SQLite 3.38.0 (jeremyevans)

  • Recognize "INTEGER" type same as "integer" type in the schema dumper, helpful on SQLite 3.37.0+ (jeremyevans)

=== 5.55.0 (2022-04-01)

  • Support :setup_regexp_function Database option in the sqlite adapter to allow the use of regexps when querying (jeremyevans)

  • Add auto_restrict_eager_graph plugin for automatically disallow eager_graph with associations needing but lacking graph options (jeremyevans)

  • Fix placeholder literalizer optimization for dataset aggregate methods on a model dataset (belousovAV) (#1847, #1848)

=== 5.54.0 (2022-03-01)

  • Add enum plugin for treating columns as enums in a model (jeremyevans) (#1839)

=== 5.53.0 (2022-02-01)

  • Make Dataset#_sql_comment private when using the Database sql_comments extension (jeremyevans)

  • Fix prepared statements in the mysql2 adapter to reuse native prepared statements (jeremyevans) (#1832)

  • Support H2 version 2+ in the jdbc/h2 adapter (jeremyevans) (#1817)

  • Work around active_support breaking subclasses plugin on Ruby <3.1 (jeremyevans) (#1816)

  • Fix error handling if trying to setup column_encryption plugin without keys (jeremyevans) (#1815)

=== 5.52.0 (2022-01-01)

... (truncated)

Commits
  • c6bcc6b Bump version to 5.58.0
  • bb75c87 Document connect_sqls in connecting to DB guide
  • 5ff23ef Fix typo in pg_hstore docs
  • e1bd1fb Support :disable_split_materialized Database option on MySQL to work around o...
  • 43df9b0 Add specs for MERGE support
  • 9fc0891 Add and update documentation for MERGE support
  • 2bf6c51 Support Dataset#merge* on Oracle
  • e05d5b9 Support Dataset#merge on DB2
  • 3f57821 Add Dataset#merge* methods to support MERGE statement on PostgreSQL 15+, MSSQ...
  • e192b52 Remove development dependency on minitest-shared_description
  • 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.30.0 to 5.58.0.
- [Release notes](https://github.com/jeremyevans/sequel/releases)
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.30.0...5.58.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Jul 4, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2022

Superseded by #659.

@dependabot dependabot bot closed this Aug 2, 2022
@dependabot dependabot bot deleted the dependabot/bundler/sequel-5.58.0 branch August 2, 2022 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant