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.35.0 to 5.36.0 #902

Merged
merged 1 commit into from
Sep 11, 2020
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2020

Bumps sequel from 5.35.0 to 5.36.0.

Changelog

Sourced from sequel's changelog.

=== 5.36.0 (2020-09-01)

  • Handle passing keyword arguments through class methods defined via Plugins.def_dataset_method on Ruby 2.7+ (jeremyevans)

  • Handle passing keyword arguments through when loading plugins on Ruby 2.7+ (jeremyevans)

  • Handle passing keyword arguments through migrations when defining custom Database methods that accept keywords on Ruby 2.7+ (jeremyevans)

  • Handle passing keyword arguments through Dataset#query when using the query extension on Ruby 2.7+ (jeremyevans)

  • Handle passing keyword arguments through the association proxy when using the association_proxies plugin on Ruby 2.7+ (jeremyevans)

  • Handle passing keyword arguments through the class method to a method defined in dataset_module on Ruby 2.7+ (adam12) (#1713)

  • Stream result sets in the odbc adapter for better performance and lower memory usage (sparrovv) (#1711)

  • Add Postgres::JSONBOp#set_lax and #path_*_tz methods to the pg_json_ops extension for new jsonb functions added in PostgreSQL 13 (jeremyevans)

  • Add Dataset#with_ties on PostgreSQL 13+ and Microsoft SQL Server to include rows with same order as final row (jeremyevans)

  • Add a :current_schema option to Database#view_exists? (only defined on Oracle) to look in the current schema instead of non-system schemas (jeremyevans) (#1710)

  • Recognize another disconnect error in the mysql and mysql2 adapters (jeremyevans) (#1706)

Commits
  • ef919c0 Bump version to 5.36.0
  • 345676a Reword section on inherited instance variables in plugins
  • 58ba9ef Handle more places where keywords arguments need ruby2_keywords on Ruby 2.7+
  • 70a4ac0 Fix warning for last argument as keyword param
  • e4c92a6 Update CHANGELOG
  • 657a401 Don't eager load all result sets in ODBC adapter.
  • 159ef0d Add Postgres::JSONBOp#set_lax and #path_*_tz methods to the pg_json_ops exten...
  • 9d18695 Add Dataset#with_ties on PostgreSQL 13 and Microsoft SQL Server to include ro...
  • 3334a2c Add a :current_schema option to Database#view_exists? (only defined on Oracle...
  • 065c085 Fix typo: s/the/be/
  • 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

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

Signed-off-by: dependabot[bot] <support@github.com>
@tdtds tdtds merged commit f0e4e89 into master Sep 11, 2020
@tdtds tdtds deleted the dependabot/bundler/sequel-5.36.0 branch September 11, 2020 06:17
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

2 participants