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.37.0 to 5.38.0 #906

Merged
merged 1 commit into from
Nov 3, 2020
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2020

Bumps sequel from 5.37.0 to 5.38.0.

Changelog

Sourced from sequel's changelog.

=== 5.38.0 (2020-11-01)

  • Do not add new Database instances to Sequel::DATABASES if the test connection fails (jeremyevans) (#1727)

  • Support the newer com.mysql.cj.jdbc.Driver in the jdbc/mysql adapter (jeremyevans)

  • Do not swallow disconnect errors in Database#create_or_replace_view or Database#create_table* on Oracle (jeremyevans)

  • Only rescue non-disconnect Sequel::DatabaseErrors in Postgres::Database#server_version (jeremyevans) (#1724)

  • Make the single_table_inheritance and prepared_statements plugins work if loaded into the same class (jeremyevans) (#1721)

Commits
  • 1acf707 Bump version to 5.38.0
  • df173ff Do not add new Database instances to Sequel::DATABASES if the test connection...
  • a84e836 Document issue with newer jdbc-mysql gem versions
  • 9594c27 Support the newer com.mysql.cj.jdbc.Driver in the jdbc/mysql adapter
  • 62a8ec1 Do not swallow disconnect errors in Database#create_or_replace_view or Databa...
  • de22fcd Only rescue non-disconnect Sequel::DatabaseErrors in Postgres::Database#serve...
  • d14ccc6 Remove duplicated comment line
  • da68e65 Make the single_table_inheritance and prepared_statements plugins work if loa...
  • See full diff 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.37.0 to 5.38.0.
- [Release notes](https://github.com/jeremyevans/sequel/releases)
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.37.0...5.38.0)

Signed-off-by: dependabot[bot] <support@github.com>
@hsbt hsbt merged commit 8c9231b into master Nov 3, 2020
@hsbt hsbt deleted the dependabot/bundler/sequel-5.38.0 branch November 3, 2020 09:28
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