Path to this page:
Subject: CVS commit: pkgsrc/databases/ruby-sequel
From: Takahiro Kambe
Date: 2024-11-06 14:47:42
Message id: 20241106134742.A7E15FC7E@cvs.NetBSD.org
Log Message:
databases/ruby-sequel: update to 5.86.0
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)
Files: