summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca>2011-08-12 16:48:07 +0000
committertaca <taca>2011-08-12 16:48:07 +0000
commit896b73ab6675273fe8ec33218ff00ae7c4dca48c (patch)
tree1122032cc815fe80247dec522e67c97e650068ed /databases
parent7be8083ddea726162666b912e8b2c9d67ed40f6d (diff)
downloadpkgsrc-896b73ab6675273fe8ec33218ff00ae7c4dca48c.tar.gz
Update databases/ruby-sequel package to 3.26.0.
=== 3.26.0 (2011-08-01) * Fix bug in default connection pool if a disconnect error is raised and the disconnection_proc also raises an error (jeremyevans) * Disallow eager loading via eager of many_*_many associations with :eager_graph option (jeremyevans) * Major speedup in dataset creation (jeremyevans) * Replace internal implementation of eager_graph with much faster version (jeremyevans) * Don't treat strings with leading zeros as octal format in the default typecasting (jeremyevans) * Fix literalization of Date, Time, and DateTime values on Microsoft Access (jeremyevans) * Fix handling of nil values with the pure-Java version of nokogiri in the xml_serializer plugin (jeremyevans) * Make identity_map plugin work with standard eager loading of many_to_many and many_through_many associations (jeremyevans) * Make create_table! only attempt to drop the table if it already exists (jeremyevans) * Remove custom table_exists? implementations in the oracle and postgres adapters (jeremyevans) * Handle another type of disconnection in the postgres adapter (jeremyevans) * Handle disconnections in the ado adapter and do postgres subadapter (jeremyevans) * Recognize disconnections when issuing BEGIN/ROLLBACK/COMMIT statements (jeremyevans) (#368) === 3.25.0 (2011-07-01) * Work with tiny_tds-0.4.5 in the tinytds adapter, older versions are no longer supported (jeremyevans) * Make association_pks plugin typecast provided values to integer if the primary key column type is integer (jeremyevans) * Model.set_dataset now accepts Identifier, QualifiedIdentifier, and AliasedExpression arguments (jeremyevans) * Fix handling of nil values in bound variables and prepared statement and stored procedure arguments in the jdbc adapter (jeremyevans, wei) * Allow treating Datasets as Expressions, e.g. DB[:table1].select(:column1) > DB[:table2].select(:column2) (jeremyevans) * No longer use CASCADE by default when dropping tables on PostgreSQL (jeremyevans) * Support :cascade option to #drop_table, #drop_view, #drop_column, and #drop_constraint for using CASCADE (jeremyevans) * If validation error messages are LiteralStrings, don't add the column name to them in Errors#full_messages (jeremyevans) * Fix bug loading plugins on 1.9 where ::ClassMethods, ::InstanceMethods, or ::DatasetMethods is defined (jeremyevans) * Add Dataset#exclude_where and Dataset#exclude_having methods, so you can force use of having or where clause (jeremyevans) * Allow Dataset#select_all to take table name arguments and select all columns from each given table (jeremyevans) * Add Dataset#select_group method, for selecting and grouping on the same columns (jeremyevans) * Allow Dataset#group and Dataset#group_and_count to accept a virtual row block (jeremyevans)
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-sequel/Makefile4
-rw-r--r--databases/ruby-sequel/PLIST4
-rw-r--r--databases/ruby-sequel/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/databases/ruby-sequel/Makefile b/databases/ruby-sequel/Makefile
index 43548c2108e..953310d9718 100644
--- a/databases/ruby-sequel/Makefile
+++ b/databases/ruby-sequel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2011/06/17 14:13:50 taca Exp $
+# $NetBSD: Makefile,v 1.10 2011/08/12 16:48:07 taca Exp $
-DISTNAME= sequel-3.24.1
+DISTNAME= sequel-3.26.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/databases/ruby-sequel/PLIST b/databases/ruby-sequel/PLIST
index 51f663aa543..75ccc1bbb68 100644
--- a/databases/ruby-sequel/PLIST
+++ b/databases/ruby-sequel/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2011/06/17 14:13:50 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2011/08/12 16:48:07 taca Exp $
bin/sequel
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
@@ -54,6 +54,8 @@ ${GEM_LIBDIR}/doc/release_notes/3.21.0.txt
${GEM_LIBDIR}/doc/release_notes/3.22.0.txt
${GEM_LIBDIR}/doc/release_notes/3.23.0.txt
${GEM_LIBDIR}/doc/release_notes/3.24.0.txt
+${GEM_LIBDIR}/doc/release_notes/3.25.0.txt
+${GEM_LIBDIR}/doc/release_notes/3.26.0.txt
${GEM_LIBDIR}/doc/release_notes/3.3.0.txt
${GEM_LIBDIR}/doc/release_notes/3.4.0.txt
${GEM_LIBDIR}/doc/release_notes/3.5.0.txt
diff --git a/databases/ruby-sequel/distinfo b/databases/ruby-sequel/distinfo
index b60ab0c3533..f5a537ecd9d 100644
--- a/databases/ruby-sequel/distinfo
+++ b/databases/ruby-sequel/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2011/06/17 14:13:50 taca Exp $
+$NetBSD: distinfo,v 1.8 2011/08/12 16:48:07 taca Exp $
-SHA1 (sequel-3.24.1.gem) = 6794135abb7d668b3acadbf5239ef9458634fd11
-RMD160 (sequel-3.24.1.gem) = 9a4c8975088eb6e072c969bc403899004aac0629
-Size (sequel-3.24.1.gem) = 735232 bytes
+SHA1 (sequel-3.26.0.gem) = 90c2a54c8adfeab630fee27dc63e7d7aaa3424ba
+RMD160 (sequel-3.26.0.gem) = 81ebb59b4952dfd077ad320c0de0387a6ef569a5
+Size (sequel-3.26.0.gem) = 746496 bytes