Log Message: databases/ruby-sequel: update to 5.77.0 5.77.0 (2024-02-01) * Support create_table :without_rowid option on SQLite (loranger32) (#2126) * Warn by default if trying to eager_graph/association_join an association that uses a block, when the block would be ignored (jeremyevans) * Speed up validates_unique in validation_helpers plugin by using empty? instead of count == 0 (numbata) (#2122) * Speed up regexp matches in sqlite adapter on Ruby 2.4+ (jeremyevans) * Add sqlite adapter :regexp_function_cache option for specifying the cache object to use (paddor, jeremyevans) (#2116) * Respect list plugin :top option when inserting the first row into the model's table (johanmagnusson) (#2115) * Switch default connection pool to timed_queue on Ruby 3.4+ (jeremyevans) * Support on_duplicate_columns={raise,warn} parameter in connection URL when using duplicate_columns_handler extension (jeremyevans) * Add transaction_connection_validator extension for retrying transactions on new connection if ther is a disconnect error when starting transaction (jeremyevans)
Revision | Action | file |
1.120 | modify | pkgsrc/databases/ruby-sequel/Makefile |
1.116 | modify | pkgsrc/databases/ruby-sequel/PLIST |
1.119 | modify | pkgsrc/databases/ruby-sequel/distinfo |