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

Update sequel → 5.76.0 (unknown) #129

Closed
wants to merge 1 commit into from
Closed

Conversation

depfu[bot]
Copy link

@depfu depfu bot commented Jan 2, 2024

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)

* Improve performance and flexibility of regexp matching in sqlite adapter (paddor) (#2108)
  • Support SQL::Identifier for Database#tables :schema option values on PostgreSQL (jeremyevans)

  • Support generating rcte queries using UNION or UNION ALL in the rcte plugin (jonathanfrias) (#2107)

  • Make Database#table_exists? on PostgreSQL handle lock or statement timeout errors as evidence the table exists (jeremyevans) (#2106)

  • Work around DateTime.jd fractional second bug on JRuby in named_timezones extension (jeremyevans)

  • Support fractional times and timestamps on SQLAnywhere (jeremyevans)

  • Make round_timestamps extension use Dataset#sqltime_precision for rounding Sequel::SQLTime values (jeremyevans)

  • Remove special handling of %N modifier in Dataset#default_timestamp_format (jeremyevans)

  • Add Dataset#default_time_format private method, for adapters to override for time (not timestamp) formatting (jeremyevans)

  • Remove Dataset#format_timestamp_offset private method (jeremyevans)

  • Remove special handling of %z modifier in Dataset#default_timestamp_format (jeremyevans)

  • Add Dataset#literal_date_or_time, for simpler use by bound argument code (jeremyevans)

  • Add auto_cast_date_and_time extension, for casting date and time values using SQL standard functions (jeremyevans)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 21 commits:


Depfu Status

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
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Jan 2, 2024
Copy link
Author

depfu bot commented Feb 2, 2024

Closed in favor of #130.

@depfu depfu bot closed this Feb 2, 2024
@depfu depfu bot deleted the depfu/update/sequel-5.76.0 branch February 2, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants