summaryrefslogtreecommitdiff
path: root/databases/ruby-sequel/Makefile
diff options
context:
space:
mode:
authortaca <taca>2013-02-09 15:41:43 +0000
committertaca <taca>2013-02-09 15:41:43 +0000
commit32816301f5f67e3653df7e4a3038deb4a49b05d4 (patch)
tree189c94eba3685311117bc55669ba943e1c73417c /databases/ruby-sequel/Makefile
parent803357c617bc1300e3b55ae0adb973fe2470384f (diff)
downloadpkgsrc-32816301f5f67e3653df7e4a3038deb4a49b05d4.tar.gz
Update ruby-sequel to 3.44.0.
=== 3.44.0 (2013-02-04) * Speedup mysql2 adapter with identifier output method fetch speed by up to 50% (jeremyevans) * Speedup tinytds adapter fetch speed by up to 60% (jeremyevans) * Expand columns_introspection extension to consider cached schema values in the database (jeremyevans) * Expand columns_introspection extension to handle subselects (jeremyevans) * Have #last and #paged_each for model datasets order by the model's primary key by default (jeremyevans) * Improve emulated offset support to handle subqueries (jeremyevans) * Remove use of Object#extend from the eager_each plugin (jeremyevans) * Add support for temporary views on SQLite and PostgreSQL via the :temp option to create_view (chanks, jeremyevans) * Emulate Database#create_or_replace_view if not supported directly (jeremyevans) * Add Dataset#paged_each, for processing entire datasets without keeping all rows in memory (jeremyevans) * Add Sequel::ConstraintViolation exception class and subclasses for easier exception handling (jeremyevans) * Fix use of identity_map plugin with many_to_many associations with right composite keys (chanks) (#603) * Increase virtual row performance by using a shared VirtualRow instance (jeremyevans) * Allow the :dataset association option to accept the association reflection as an argument (jeremyevans) * Improve association method performance by caching intermediate dataset (jeremyevans)
Diffstat (limited to 'databases/ruby-sequel/Makefile')
-rw-r--r--databases/ruby-sequel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-sequel/Makefile b/databases/ruby-sequel/Makefile
index b0441a5a8e0..a0e13f94898 100644
--- a/databases/ruby-sequel/Makefile
+++ b/databases/ruby-sequel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2013/01/12 04:50:00 taca Exp $
+# $NetBSD: Makefile,v 1.24 2013/02/09 15:41:43 taca Exp $
-DISTNAME= sequel-3.43.0
+DISTNAME= sequel-3.44.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org