7f6d2aa
Bump minor version.76a7320
Move development dependencies to gems.rb
.1f3ece0
Update copyrights.20d41c6
Automate release notes.4e72d9d
Remove unused rack classes (#10)30e444a
Restore puma external tests. (#24)be54595
Soft deprecate webrick and add some details as to why. (#23)eaea0ea
Normalize gemspec.94017d1
Update authors/copyright.bff2ba1
Update actions/checkout@v3
to v4
.Sourced from sequel's changelog.
=== 5.86.0 (2024-11-01)
Support the :disable_dqs Database option in the sqlite adapter to disable treating double quoted values as strings (jeremyevans) (#2233)
Have the subset_conditions plugin support where_all and where_any methods to combine existing subsets with AND or OR (jeremyevans)
Have the subset_conditions plugin add *_conditions methods for exclude method calls in addition to where and subset (jeremyevans)
Use Ruby module naming instead of Java package naming for access to Java libraries in the jdbc adapters (kalenp) (#2235, #2236)
Make schema_dumper extension format options similar to Hash#inspect on Ruby 3.4+ (jeremyevans)
Avoid deprecation warnings on Ruby 3.4.0-preview2 (jeremyevans)
Handle FROM tables that are SQL::DelayedEvaluation instances when trying to get primary key values after INSERT on PostgreSQL (tomasmiguez) (#2230, #2232)
865d985
Bump version to 5.86.08e5a8a9
Support the :disable_dqs Database option in the sqlite adapter to
disable tre...fe99976
Have the subset_conditions plugin support where_all and where_any
methods to ...e566408
Update CHANGELOGbba3e40
Use nested module format for Java package names1176f61
Make schema_dumper extension format options similar to Hash#inspect on
Ruby 3.4+4673918
Update CHANGELOG67de9f2
Support import on datasets with DelayedEvaluation
as
from