Path to this page:
Subject: CVS commit: pkgsrc/databases/ruby-sequel
From: Takahiro Kambe
Date: 2018-06-06 06:44:51
Message id: 20180606044452.05429FBEC@cvs.NetBSD.org
Log Message:
databases/ruby-sequel: Update to 5.9.0
=== 5.9.0 (2018-06-01)
* Support generated columns on MySQL 5.7+ and MariaDB 5.2+ (wjordan, \
jeremyevans) (#1517)
* Add escaped_like extension for creation of LIKE expressions with placeholders \
in the pattern without access to a dataset (jeremyevans)
* Modify jdbc adapter exception handling to work around ::NativeException \
deprecation in JRuby 9.2 (jeremyevans)
* Work around broken BC date handling in JRuby 9.2.0.0 (jeremyevans)
* Switch use of BigDecimal.new() to BigDecimal(), since the former is deprecated \
(jeremyevans)
* Add Sequel::VERSION_NUMBER for easier version comparisons (jeremyevans)
* Add Model.has_dataset? to determine if the model class has a dataset \
(AlexWayfer) (#1508)
* Support use of LIKE with ANY function on PostgreSQL by avoiding unnecessary \
use of ESCAPE syntax (jeremyevans)
* Disconnect connections left allocated by dead threads instead of returning the \
connections to the pool (jeremyevans)
* Make both threaded connection pools avoid disconnecting connections while \
holding the connection pool mutex (jeremyevans)
* Don't deadlock when disconnecting connections in the sharded_threaded \
connection pool when using connection_validator or connection_expiration \
extensions (jeremyevans)
* Don't modify hash argument passed in Model.nested_attributes in the \
nested_attributes plugin (jeremyevans)
* Avoid unnecessary hash creation in many places (jeremyevans)
* Fix duplicate objects in nested associations when eager_graphing cascaded \
many_to_one=>one_to_many associations (jeremyevans)
Files: