summaryrefslogtreecommitdiff
path: root/databases/ruby-sequel/distinfo
diff options
context:
space:
mode:
authortaca <taca>2012-03-17 14:29:27 +0000
committertaca <taca>2012-03-17 14:29:27 +0000
commit3a95f45b1db3b235a9ac7afbb54b5c2c1194da2a (patch)
treed33819ebe8ed9d6e85cede5d6db696b98d5ae26e /databases/ruby-sequel/distinfo
parent4a3c19b59bbd6f39c35a3048133a6a8c3db34294 (diff)
downloadpkgsrc-3a95f45b1db3b235a9ac7afbb54b5c2c1194da2a.tar.gz
Update ruby-sequel package to 3.33.0.
=== 3.33.0 (2012-03-01) * Add ability to force or disable transactions completely in the migrators using the :use_transactions option (jeremyevans) * Add ability to turn off transactions for migrations by calling no_transaction inside the Sequel.migration block (jeremyevans) * Allow specifically choosing which migrator to use via TimestampMigrator.apply or IntegerMigrator.apply (jeremyevans) * Add arbitrary_servers extension to allow the use of arbitrary servers/shards by providing a hash of options as the server (jeremyevans) * Add server_block extension to scope database access inside the block to a specific default server/shard (jeremyevans) * Respect :collate column option on MySQL (jeremyevans) (#445) * Use Mysql2::Client::FOUND_ROWS to get accurate number of rows matched in the mysql2 adapter (jeremyevans) * Use Mysql#info to get accurate number of rows matched in the mysql adapter (jeremyevans) * Make mock adapter with specific SQL dialect use appropriate defaults for quoting identifiers (jeremyevans) * Make list plugin automatically set position field value on creation if not already set (jeremyevans) * Add Database#integer_booleans setting on SQLite to store booleans as integers (jeremyevans) * Typecast columns stored as integers/floats in the SQLite adapter (jeremyevans) * In the instance_hooks plugin, (before|after)_*_hook instance methods now return self (jeremyevans) * Handle NaN, Infinity, and -Infinity floats on PostgreSQL (kf8a, jeremyevans) (#444) * Support an :sslmode option when using the postgres adapter with the pg driver (jeremyevans) * Add Database#create_schema and #drop_schema to the shared postgres adapter (tkellen, jeremyevans) (#440) * Add Database#supports_savepoints_in_prepared_transactions?, false on MySQL >=5.5.12 (jeremyevans) (#437) * Support an identifier output method in the mysql2 adapter (jeremyevans) * Make foreign key creation work on MySQL with InnoDB engine without specifying :key option (jeremyevans) * Allow disabling use of sudo with SUDO='' when running the rake install/uninstall tasks (jeremyevans) (#433)
Diffstat (limited to 'databases/ruby-sequel/distinfo')
-rw-r--r--databases/ruby-sequel/distinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/ruby-sequel/distinfo b/databases/ruby-sequel/distinfo
index 6e65b108b4d..9a2bb39d14f 100644
--- a/databases/ruby-sequel/distinfo
+++ b/databases/ruby-sequel/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2012/02/23 14:20:31 taca Exp $
+$NetBSD: distinfo,v 1.13 2012/03/17 14:29:27 taca Exp $
-SHA1 (sequel-3.32.0.gem) = 52601f44837fbc38d5b388bfecd1c1ab5158e600
-RMD160 (sequel-3.32.0.gem) = b30d0075b3ec19324fe5b932db5a8da5fcf771e1
-Size (sequel-3.32.0.gem) = 843776 bytes
+SHA1 (sequel-3.33.0.gem) = c01b20e7ead81594c1b2e6d11e61f0e48ae93804
+RMD160 (sequel-3.33.0.gem) = 06a60bb01c48a6208785012c4d1d2f5611dad6c2
+Size (sequel-3.33.0.gem) = 855552 bytes