summaryrefslogtreecommitdiff
path: root/databases/ruby-sequel/Makefile
diff options
context:
space:
mode:
authortaca <taca>2012-06-01 14:23:41 +0000
committertaca <taca>2012-06-01 14:23:41 +0000
commit548e572bc1a7943d28fc6daf1061d4299d5b033a (patch)
tree643b3434e5499d35edc7179e49dc150249218447 /databases/ruby-sequel/Makefile
parente49f3630b7fa14d6b1c73394e1743201fe538934 (diff)
downloadpkgsrc-548e572bc1a7943d28fc6daf1061d4299d5b033a.tar.gz
Update ruby-sequel to 3.35.0.
=== 3.35.0 (2012-05-01) * Correctly handle parsing schema for tables in other databases on MySQL (jeremyevans) * Add DSL support for the modulus operator (%), similar to the bitwise operators (jeremyevans) * Fix possible thread-safety issues on non-GVL ruby implementations (jeremyevans) * Allow truncation of multiple tables at the same time on PostgreSQL (jeremyevans) * Allow truncate to take a :cascade, :only, and :restart options on PostgreSQL (hgimenez, jeremyevans) * Allow json and xml serializers to support :array option in class to_json method to serialize existing array of model instances (jeremyevans) * Add dirty plugin, which saves the initial value of the column when the value is changed (jeremyevans) * create_table now supports an :as option to create a table directly from the results of a query (jeremyevans) * The :index option when creating columns in the schema generator can now be a hash of options passed to index (jeremyevans) * Parsing the default column values in the oracle adapter no longer requires superuser privileges (Jason Hines) * Add Database#cache_schema to allow schema caching to be turned of, useful for development modes where models are reloaded (jeremyevans) * Correctly handle errors that occur when rolling back transactions (jeremyevans) * Recognize identity type in the schema dumper (jeremyevans) (#468) * Don't assign instance variables to Java objects, for future JRuby 2.0 support (jeremyevans) (#466) * Use date and timestamp formats that are multilanguage and not DATEFORMAT dependent on Microsoft SQL Server (jeremyevans) * Add Database#log_exception, which logs when a query raises an exception, for easier overriding (jeremyevans) (#465) * Make the migrators only use transactions by default if the database supports transactional DDL (jeremyevans) * Add Database#supports_transactional_ddl? for checking if DDL statements can be rolled back in transactions (jeremyevans) * Don't use auto parameterization when using cursors in the pg_auto_parameterize extension (jeremyevans) (#463) * No longer escape backslashes in strings by default, fixes doubled backslashes on some adapters (jeremyevans) * Escape blackslash-carriage return-line feed in strings on Microsoft SQL Server (mluu, jeremyevans) (#462, #461) * Remove Array#all_two_pairs? (jeremyevans) * Remove Dataset#disable_insert_returning on PostgreSQL (jeremyevans) * Remove support for PostgreSQL <8.2 (jeremyevans) * Remove support for Ruby <1.8.7 (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 9f96a775d26..89c3a1ca1a9 100644
--- a/databases/ruby-sequel/Makefile
+++ b/databases/ruby-sequel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2012/04/28 14:06:51 taca Exp $
+# $NetBSD: Makefile,v 1.17 2012/06/01 14:23:41 taca Exp $
-DISTNAME= sequel-3.34.1
+DISTNAME= sequel-3.35.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org