diff options
| author | taca <taca@pkgsrc.org> | 2019-11-02 14:26:04 +0000 |
|---|---|---|
| committer | taca <taca@pkgsrc.org> | 2019-11-02 14:26:04 +0000 |
| commit | cf5ca087eda9a80db9f6feb97c033c5599c2a014 (patch) | |
| tree | b37047408272a5fdcfd70ae2e529c1a8fbec2dd6 /databases/ruby-sequel/Makefile | |
| parent | 811cbcbf69a641904fdb29a2082e3b440804509f (diff) | |
| download | pkgsrc-cf5ca087eda9a80db9f6feb97c033c5599c2a014.tar.gz | |
databases/ruby-sequel: update to 5.26.0
Update ruby-sequel to 5.26.0.
=== 5.26.0 (2019-11-01)
* Recognize two additional foreign key constraint violation codes on MySQL 8.0.13+ (rianmcguire) (#1657)
* Support table aliases for single-table INSERT statements on PostgreSQL 9.5+ (jeremyevans) (#1656)
* Implement Sequel::Postgres::PGRange#hash so instances work correctly in hashes (jeremyevans) (#1648)
* Make dirty plugin work correctly with typecast_on_load plugin (jeremyevans) (#1647)
* Add support for :require_modification option when setting up nested_attributes (jeremyevans)
* Add support for SQL/JSON path expressions to the pg_json_ops extension, supported by PostgreSQL 12+ (jeremyevans)
Diffstat (limited to 'databases/ruby-sequel/Makefile')
| -rw-r--r-- | databases/ruby-sequel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-sequel/Makefile b/databases/ruby-sequel/Makefile index ccc7c42fa39..0948db4c7e3 100644 --- a/databases/ruby-sequel/Makefile +++ b/databases/ruby-sequel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2019/10/23 16:13:22 taca Exp $ +# $NetBSD: Makefile,v 1.76 2019/11/02 14:26:04 taca Exp $ -DISTNAME= sequel-5.25.0 +DISTNAME= sequel-5.26.0 CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org |
