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.22.0 to 5.23.0 #806

Merged
merged 1 commit into from
Aug 5, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps sequel from 5.22.0 to 5.23.0.

Changelog

Sourced from sequel's changelog.

=== 5.23.0 (2019-08-01)

  • Work around a bug on jdbc-sqlite3 3.27.2.1 when parsing schema for tables with columns with default values (jeremyevans)

  • Work around a bug in jdbc-sqlite3 3.27.2.1 when in Database#foreign_key_list in the jdbc/sqlite3 adapter (jeremyevans)

  • Make Dataset#execute* private methods respect explicit servers option, fixing Dataset#paged_each in the postgres adapter when sharding (jeremyevans) (#1632)

  • Handle instances of subclasses of core classes when wrapping objects in the pg_json extension (jeremyevans) (#1631)

  • Support :ansi Database option in the tinytds adapter (kenaniah) (#1629)

  • Support cross-database and linked servers when parsing schema on Microsoft SQL Server (kenaniah) (#1629)

  • Add insert_conflict plugin for automatically handling unique constraint conflicts when saving new model instances on PostgreSQL 9.5+ and SQLite 3.24.0+ (jeremyevans)

  • Avoid errors when parsing schema in the mock sqlite adapter (jeremyevans)

  • Avoid possible thread-safety issue in the timezones support (jeremyevans)

  • Handle offsets when typecasting an array or hash to datetime when Sequel.datetime_class = Time (jeremyevans)

  • Support Sequel.datetime_class = Time when using the named_timezones extension (jeremyevans)

Commits
  • 198c5cf Bump version to 5.23.0
  • 3498ccd Handle really slow copies in the sequel -C test
  • 779a9ab Make insert_conflict plugin disable prepared statements correctly on PostgreSQL
  • f979e23 Disable the use of prepared statements for insert when using the insert_confl...
  • 110d716 Add some documentation about deleting from CTI datasets (Fixes #1635)
  • 2eb2069 Work around a couple bugs in jdbc-sqlite3 3.27.2.1
  • be9d9a5 Fix typo
  • 8b3ffdd Document that Dataset#import return: :primary_key does not handle Dataset values
  • edb6140 Make Dataset#execute* private methods respect explicit servers option, fixing...
  • b1f2957 Handle instances of subclasses of core classes when wrapping objects in the p...
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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