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 upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ sequel (~> 3.8 → ~> 5.76) · Repo · Changelog
Release Notes
5.76.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 21 commits:
Bump version to 5.76.0
Don't use alias for method that calls super
Add version guard around PostgreSQL spec that uses lock_timeout
Add nocov markings around unused code only kept for backwards compatibility
Fix method visibility issues
[CI] Add Ruby 3.3 to test matrix
Minor refactor of sqlite adapter regexp function support
Support additional regexp function options in the sqlite adapter
Support SQL::Identifier for Database#tables :schema option values on PostgreSQL
Update CHANGELOG
Update rcte plugin to allow the user to specify union_all of rcte
Make Database#table_exists? on PostgreSQL handle lock or statement timeout errors as evidence the table exists (Fixes #2106)
Work around DateTime.jd fractional second bug on JRuby in named_timezones extension
Do not use fractional seconds for time values in jdbc/sqlanywhere adapter
Support fractional times and timestamps on SQLAnywhere
Make round_timestamps extension use Dataset#sqltime_precision for rounding Sequel::SQLTime values
Remove special handling of %N modifier in Dataset#default_timestamp_format
Remove Dataset#format_timestamp_offset private method
Remove special handling of %z modifier in Dataset#default_timestamp_format
Add Dataset#literal_date_or_time, for simpler use by bound argument code
Add auto_cast_date_and_time extension, for casting date and time values using SQL standard functions
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