Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (44m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (165d) 

2024-05-23 21:18:31 UTC Now

2023-11-11 09:50:57 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.74.0

5.74.0 (2023-11-01)

* Make generated columns show up in Database#schema when using SQLite 3.37+
  (jeremyevans) (#2087)
* Add revert method for Sequel.migration blocks, to revert changes inside
  the block on up, and apply the changes on down (jeremyevans)
* Re-add is_json and is_not_json methods to the pg_json_ops extension, as
  the support was re-added in PostgreSQL 16 (jeremyevans)
* Avoid infinite loop when handling exceptions with a cause loop in jdbc
  adapter (jeremyevans)

(taca)