Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ sequel (5.23.0 → 5.25.0) · Repo · Changelog
Release Notes
5.25.0 (from changelog)
5.24.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
Bump version to 5.25.0Use minitest-global_expecations in tests to avoid deprecation issues with minitest 5.12Fix Sequel::SQL::NumericMethods#coerce to not raise NoMethodError if super method is not defined (Fixes #1645)Don't try to drop a default twice when changing a column's type on Microsoft SQL ServerMinor fixes to association_multi_add_remove setterAdd setter for `association_multi_add_remove` pluginAllow setting a default for a column that already has a default on Microsoft SQL ServerFix keyword argument separation warnings on Ruby master branch in csv_serializer pluginRename plural_association_methods plugin to association_multi_add_removeAdd `plural_association_methods` plugin with `add_*s` and `remove_*s` methodsMake sharding plugin integrate with server_block extensionBump version to 5.24.0Update CHANGELOGAdd spec to cover skip_logging? override methodExtract logging guard to own methodUse actual operator class in documentationDocument how to use operator classes in exclusion constraints (Fixes #1639)Update CHANGELOGRemove unnecessary localhost assumptionConvert all database array types to Ruby arrays in the jdbc adapterAdd a couple specs for better coverageAdd static_cache_cache plugin for caching rows for static_cache models to a file to avoid database queries during model initializationAdd :cache_file plugin option to pg_auto_constraint_validations plugin, for caching metadata to a file for faster initializationSupport :unique_deferrable and :primary_key_deferrable column optionsSupport :generated_always_as column option on PostgreSQL 12+Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands