Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2022

Bumps sequel from 5.30.0 to 5.60.1.

Changelog

Sourced from sequel's changelog.

=== 5.60.1 (2022-09-02)

  • Revert conversion of respond_to? to defined?, as it breaks with unused refinements on Ruby 2 (jeremyevans) (#1919)

=== 5.60.0 (2022-09-01)

  • Support arbitrary expressions for date_arithmetic interval values on PostgreSQL 9.4+ (jeremyevans)

  • Support native IS DISTINCT FROM on SQLite 3.39+ instead of emulating support in the is_distinct_from extension (jeremyevans)

  • Support HAVING without GROUP BY on SQLite 3.39+ (jeremyevans)

  • Convert most respond_to? calls to equivalent defined? for better performance (jeremyevans)

=== 5.59.0 (2022-08-01)

  • Set :allow_eager association option to false for instance specific associations without eager loaders (jeremyevans)

  • Add require_valid_schema plugin for checking that model classes have schema parsed as expected (jeremyevans)

  • Model classes created from aliased expressions and literal strings no longer use the simple table optimization (jeremyevans)

  • Model code that does not swallow connection errors will now also not swallow disconnect errors (jeremyevans) (#1892)

  • Add is_json and is_not_json methods to the pg_json_ops extension, for the PostgreSQL 15+ IS [NOT] JSON operator (jeremyevans)

  • Support :security_invoker view option on PostgreSQL 15+, for views where access uses permissions of user instead of owner (jeremyevans)

  • Support :nulls_distinct index option on PostgreSQL 15+, for NULLS [NOT] DISTINCT (jeremyevans)

  • Support sequel-postgres-pr driver in the postgres adapter (jeremyevans)

=== 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)

... (truncated)

Commits
  • 7a70ac6 Bump version to 5.60.1
  • 2fa04d9 Revert "Convert most respond_to? calls to equivalent defined? for better perf...
  • 029d668 Bump version to 5.60.0
  • f78d7e5 Support arbitrary expressions for date_arithmetic interval values on PostgreS...
  • 13d76a4 Fix postgres specs for jdbc/postgresql adapter
  • f249e14 Add 100% line/branch coverage of PostgreSQL support when using pg driver
  • 7a07e15 Include core_ext and bin/sequel when doing coverage testing
  • 2b8f341 Typographical Error
  • 4254b1e Support native IS DISTINCT FROM on SQLite 3.39+ instead of emulating support ...
  • cbb1426 Support HAVING without GROUP BY on SQLite 3.39+
  • 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.60.1.
- [Release notes](https://github.com/jeremyevans/sequel/releases)
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.30.0...5.60.1)

---
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 Sep 5, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 3, 2022

Superseded by #671.

@dependabot dependabot bot closed this Oct 3, 2022
@dependabot dependabot bot deleted the dependabot/bundler/sequel-5.60.1 branch October 3, 2022 02:30
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