summaryrefslogtreecommitdiff
path: root/databases/ruby-sequel
diff options
context:
space:
mode:
authortaca <taca>2011-06-17 14:13:50 +0000
committertaca <taca>2011-06-17 14:13:50 +0000
commit92d52950dfde4577639eb2e4cce9eef88dfb692b (patch)
treefc80fd9e0327a42c798712f1ffb1fc6d4ee0c851 /databases/ruby-sequel
parent9ef754b33cc3fa994ba6d1812c71703428c3c104 (diff)
downloadpkgsrc-92d52950dfde4577639eb2e4cce9eef88dfb692b.tar.gz
Update ruby-sequel package to 3.24.1.
3.24.1 (2011-06-03) * Ignore index creation errors if using create_table? with the IF NOT EXISTS syntax (jeremyevans) (362) 3.24.0 (2011-06-01) * Add prepared_statements_association plugin, for using prepared statements by default for regular association loading (jeremyevans) * Add prepared_statements_safe plugin, for making prepared statement use with models more safe (jeremyevans) * Add prepared_statements_with_pk plugin, for using prepared statements for dataset lookups by primary key (jeremyevans) * Fix bug in emulated prepared statement support not supporting nil or false as bound values (jeremyevans) * Add Dataset#unbind for unbinding values from a dataset, for use with creating prepared statements (jeremyevans) * Add prepared_statements plugin for using prepared statements for updates, inserts, deletes, and lookups by primary key (jeremyevans) * Make Dataset#[] for model datasets consider a single integer argument as a lookup by primary key (jeremyevans) * Add Dataset#with_pk for model datasets, for finding first record with matching primary key value (jeremyevans) * Add defaults_setter plugin for setting default values when initializing model instances (jeremyevans) * Add around hooks (e.g. around_save) to Sequel::Model (jeremyevans) * Add Model#initialize_set private method to ease extension writing (jeremyevans) * Only typecast bit fields to booleans on MSSQL, the MySQL bit type is a bitfield, not a boolean (jeremyevans) * Set SQL_AUTO_IS_NULL=0 by default when connecting to MySQL via the swift and jdbc adapters (jeremyevans) * Fix bug in multiple column IN/NOT IN emulation when a model dataset is used (jeremyevans) * Add support for filtering and excluding by association datasets (jeremyevans) * Fix literalization of boolean values in filters on SQLite and MSSQL (jeremyevans) * Add support for filtering and excluding by multiple associations (jeremyevans) * Add support for inverting some SQL::Constant instances such as TRUE, FALSE, NULL, and NOTNULL (jeremyevans) * Add support for excluding by associations to model datasets (jeremyevans) * The Sequel::Postgres.use_iso_date_format setting now only affects future Database objects (jeremyevans) * Add Sequel::Postgres::PG_NAMED_TYPES hash for extensions to register type conversions for non-standard types (jeremyevans, pvh) * Make create_table? use IF NOT EXISTS instead of using SELECT to determine existence, if supported (jeremyevans) * Fix bug in association_pks plugin when associated table has a different primary key column name (jfirebaugh) * Fix limiting rows when connecting to DB2 (semmons99) * Exclude columns from tables in the INFORMATION_SCHEMA when parsing table schema on JDBC (jeremyevans) * Fix limiting rows when connecting to Microsoft Access (jeremyevans) * Add Database#views for getting an array of symbols of view names for the database (jeremyevans, christian.michon) * Make Datbase#tables no longer include view names on MySQL (jeremyevans) * Convert Java CLOB objects to ruby strings when using the JDBC JTDS subadapter (christian.michon) * If Thread#kill is called on a thread with an open transaction, roll the transaction back on ruby 1.8 and rubinius (jeremyevans) * Split informix adapter into shared/specific parts, add JDBC informix subadapter (jeremyevans) 3.23.0 (2011-05-02) * Migrate issue tracker from Google Code to GitHub Issues (jeremyevans) * Add support for filtering by associations to model datasets (jeremyevans) * Don¡Çt call insert_select when saving a model that doesn¡Çt select all columns of the table (jeremyevans) * Fix bug when using :select=>[] option for a many_to_many association (jeremyevans) * Add a columns_introspection extension that attempts to skip database queries by introspecting selected columns (jeremyevans) * When combining old integer migrations and new timestamp migrations, make sure old integer migrations are all applied first (jeremyevans) * Support dynamic callbacks to customize regular association loading at query time (jeremyevans) * Support cascading of eager loading with dynamic callbacks for both eager and eager_graph (jeremyevans) * Make the xml_serializer plugin handle namespaced models by using __ instead of / as a separator (jeremyevans) * Allow the :eager_grapher association proc to accept a single hash instead of 3 arguments (jfirebaugh) * Support dynamic callbacks to customize eager loading at query time (jfirebaugh, jeremyevans) * Fix bug in the identity_map plugin for many_to_one associations when the association reflection hadn¡Çt been filled in yet (funny-falcon) * Add serialization_modification_detection plugin for detecting changes in serialized columns (jeremyevans) (333) 3.22.0 (2011-04-01) * Add disconnect detection to tinytds adapter, though correct behavior may require an update to tiny_tds (cult_hero) * Add Dataset/Database#mssql_unicode_strings accessor when connecting to MSSQL to control string literalization (semmons99, jeremyevans) * Fix ODBC::Time instance handling in the odbc adapter (jeremyevans) * Use Sequel.application_timezone when connecting in the oracle adapter to set the connection¡Çs session¡Çs timezone (jmthomas) * In the ADO adapter, assume access to SQL Server if a :conn_string option is given that doesn¡Çt indicate Access/Jet (damir.si) (332) * Use the correct class when loading instances for descendents of model classes that use single table inheritance (jeremyevans) * Support for COLLATE in column definitions (jfirebaugh) * Don¡Çt use a schema when creating a temporary table (jeremyevans) * Make migrator work correctly when a default_schema is set (jeremyevans) (331)
Diffstat (limited to 'databases/ruby-sequel')
-rw-r--r--databases/ruby-sequel/Makefile4
-rw-r--r--databases/ruby-sequel/PLIST24
-rw-r--r--databases/ruby-sequel/distinfo8
3 files changed, 29 insertions, 7 deletions
diff --git a/databases/ruby-sequel/Makefile b/databases/ruby-sequel/Makefile
index 1c2622b6d02..43548c2108e 100644
--- a/databases/ruby-sequel/Makefile
+++ b/databases/ruby-sequel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2011/03/23 15:49:05 taca Exp $
+# $NetBSD: Makefile,v 1.9 2011/06/17 14:13:50 taca Exp $
-DISTNAME= sequel-3.21.0
+DISTNAME= sequel-3.24.1
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/databases/ruby-sequel/PLIST b/databases/ruby-sequel/PLIST
index dec5cd6f7ea..51f663aa543 100644
--- a/databases/ruby-sequel/PLIST
+++ b/databases/ruby-sequel/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2011/03/23 15:49:05 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2011/06/17 14:13:50 taca Exp $
bin/sequel
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
@@ -51,6 +51,9 @@ ${GEM_LIBDIR}/doc/release_notes/3.19.0.txt
${GEM_LIBDIR}/doc/release_notes/3.2.0.txt
${GEM_LIBDIR}/doc/release_notes/3.20.0.txt
${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.3.0.txt
${GEM_LIBDIR}/doc/release_notes/3.4.0.txt
${GEM_LIBDIR}/doc/release_notes/3.5.0.txt
@@ -77,11 +80,14 @@ ${GEM_LIBDIR}/lib/sequel/adapters/informix.rb
${GEM_LIBDIR}/lib/sequel/adapters/jdbc.rb
${GEM_LIBDIR}/lib/sequel/adapters/jdbc/as400.rb
${GEM_LIBDIR}/lib/sequel/adapters/jdbc/h2.rb
+${GEM_LIBDIR}/lib/sequel/adapters/jdbc/informix.rb
+${GEM_LIBDIR}/lib/sequel/adapters/jdbc/jtds.rb
${GEM_LIBDIR}/lib/sequel/adapters/jdbc/mssql.rb
${GEM_LIBDIR}/lib/sequel/adapters/jdbc/mysql.rb
${GEM_LIBDIR}/lib/sequel/adapters/jdbc/oracle.rb
${GEM_LIBDIR}/lib/sequel/adapters/jdbc/postgresql.rb
${GEM_LIBDIR}/lib/sequel/adapters/jdbc/sqlite.rb
+${GEM_LIBDIR}/lib/sequel/adapters/jdbc/sqlserver.rb
${GEM_LIBDIR}/lib/sequel/adapters/mysql.rb
${GEM_LIBDIR}/lib/sequel/adapters/mysql2.rb
${GEM_LIBDIR}/lib/sequel/adapters/odbc.rb
@@ -90,6 +96,7 @@ ${GEM_LIBDIR}/lib/sequel/adapters/openbase.rb
${GEM_LIBDIR}/lib/sequel/adapters/oracle.rb
${GEM_LIBDIR}/lib/sequel/adapters/postgres.rb
${GEM_LIBDIR}/lib/sequel/adapters/shared/access.rb
+${GEM_LIBDIR}/lib/sequel/adapters/shared/informix.rb
${GEM_LIBDIR}/lib/sequel/adapters/shared/mssql.rb
${GEM_LIBDIR}/lib/sequel/adapters/shared/mysql.rb
${GEM_LIBDIR}/lib/sequel/adapters/shared/oracle.rb
@@ -103,6 +110,7 @@ ${GEM_LIBDIR}/lib/sequel/adapters/swift/postgres.rb
${GEM_LIBDIR}/lib/sequel/adapters/swift/sqlite.rb
${GEM_LIBDIR}/lib/sequel/adapters/tinytds.rb
${GEM_LIBDIR}/lib/sequel/adapters/utils/stored_procedures.rb
+${GEM_LIBDIR}/lib/sequel/ast_transformer.rb
${GEM_LIBDIR}/lib/sequel/connection_pool.rb
${GEM_LIBDIR}/lib/sequel/connection_pool/sharded_single.rb
${GEM_LIBDIR}/lib/sequel/connection_pool/sharded_threaded.rb
@@ -130,6 +138,7 @@ ${GEM_LIBDIR}/lib/sequel/dataset/query.rb
${GEM_LIBDIR}/lib/sequel/dataset/sql.rb
${GEM_LIBDIR}/lib/sequel/exceptions.rb
${GEM_LIBDIR}/lib/sequel/extensions/blank.rb
+${GEM_LIBDIR}/lib/sequel/extensions/columns_introspection.rb
${GEM_LIBDIR}/lib/sequel/extensions/inflector.rb
${GEM_LIBDIR}/lib/sequel/extensions/looser_typecasting.rb
${GEM_LIBDIR}/lib/sequel/extensions/migration.rb
@@ -160,6 +169,7 @@ ${GEM_LIBDIR}/lib/sequel/plugins/boolean_readers.rb
${GEM_LIBDIR}/lib/sequel/plugins/caching.rb
${GEM_LIBDIR}/lib/sequel/plugins/class_table_inheritance.rb
${GEM_LIBDIR}/lib/sequel/plugins/composition.rb
+${GEM_LIBDIR}/lib/sequel/plugins/defaults_setter.rb
${GEM_LIBDIR}/lib/sequel/plugins/force_encoding.rb
${GEM_LIBDIR}/lib/sequel/plugins/hook_class_methods.rb
${GEM_LIBDIR}/lib/sequel/plugins/identity_map.rb
@@ -171,9 +181,14 @@ ${GEM_LIBDIR}/lib/sequel/plugins/list.rb
${GEM_LIBDIR}/lib/sequel/plugins/many_through_many.rb
${GEM_LIBDIR}/lib/sequel/plugins/nested_attributes.rb
${GEM_LIBDIR}/lib/sequel/plugins/optimistic_locking.rb
+${GEM_LIBDIR}/lib/sequel/plugins/prepared_statements.rb
+${GEM_LIBDIR}/lib/sequel/plugins/prepared_statements_associations.rb
+${GEM_LIBDIR}/lib/sequel/plugins/prepared_statements_safe.rb
+${GEM_LIBDIR}/lib/sequel/plugins/prepared_statements_with_pk.rb
${GEM_LIBDIR}/lib/sequel/plugins/rcte_tree.rb
${GEM_LIBDIR}/lib/sequel/plugins/schema.rb
${GEM_LIBDIR}/lib/sequel/plugins/serialization.rb
+${GEM_LIBDIR}/lib/sequel/plugins/serialization_modification_detection.rb
${GEM_LIBDIR}/lib/sequel/plugins/sharding.rb
${GEM_LIBDIR}/lib/sequel/plugins/single_table_inheritance.rb
${GEM_LIBDIR}/lib/sequel/plugins/skip_create_refresh.rb
@@ -220,7 +235,9 @@ ${GEM_LIBDIR}/spec/extensions/blank_spec.rb
${GEM_LIBDIR}/spec/extensions/boolean_readers_spec.rb
${GEM_LIBDIR}/spec/extensions/caching_spec.rb
${GEM_LIBDIR}/spec/extensions/class_table_inheritance_spec.rb
+${GEM_LIBDIR}/spec/extensions/columns_introspection_spec.rb
${GEM_LIBDIR}/spec/extensions/composition_spec.rb
+${GEM_LIBDIR}/spec/extensions/defaults_setter_spec.rb
${GEM_LIBDIR}/spec/extensions/force_encoding_spec.rb
${GEM_LIBDIR}/spec/extensions/hook_class_methods_spec.rb
${GEM_LIBDIR}/spec/extensions/identity_map_spec.rb
@@ -237,11 +254,16 @@ ${GEM_LIBDIR}/spec/extensions/named_timezones_spec.rb
${GEM_LIBDIR}/spec/extensions/nested_attributes_spec.rb
${GEM_LIBDIR}/spec/extensions/optimistic_locking_spec.rb
${GEM_LIBDIR}/spec/extensions/pagination_spec.rb
+${GEM_LIBDIR}/spec/extensions/prepared_statements_associations_spec.rb
+${GEM_LIBDIR}/spec/extensions/prepared_statements_safe_spec.rb
+${GEM_LIBDIR}/spec/extensions/prepared_statements_spec.rb
+${GEM_LIBDIR}/spec/extensions/prepared_statements_with_pk_spec.rb
${GEM_LIBDIR}/spec/extensions/pretty_table_spec.rb
${GEM_LIBDIR}/spec/extensions/query_spec.rb
${GEM_LIBDIR}/spec/extensions/rcte_tree_spec.rb
${GEM_LIBDIR}/spec/extensions/schema_dumper_spec.rb
${GEM_LIBDIR}/spec/extensions/schema_spec.rb
+${GEM_LIBDIR}/spec/extensions/serialization_modification_detection_spec.rb
${GEM_LIBDIR}/spec/extensions/serialization_spec.rb
${GEM_LIBDIR}/spec/extensions/sharding_spec.rb
${GEM_LIBDIR}/spec/extensions/single_table_inheritance_spec.rb
diff --git a/databases/ruby-sequel/distinfo b/databases/ruby-sequel/distinfo
index 904ea5a6595..b60ab0c3533 100644
--- a/databases/ruby-sequel/distinfo
+++ b/databases/ruby-sequel/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2011/03/23 15:49:05 taca Exp $
+$NetBSD: distinfo,v 1.7 2011/06/17 14:13:50 taca Exp $
-SHA1 (sequel-3.21.0.gem) = 15f9519c02cd9c9b451e1ef9c859d51fb5bccc90
-RMD160 (sequel-3.21.0.gem) = 4dd726a1b80fa6609ecc404215c3bf4de5dd4771
-Size (sequel-3.21.0.gem) = 695296 bytes
+SHA1 (sequel-3.24.1.gem) = 6794135abb7d668b3acadbf5239ef9458634fd11
+RMD160 (sequel-3.24.1.gem) = 9a4c8975088eb6e072c969bc403899004aac0629
+Size (sequel-3.24.1.gem) = 735232 bytes