Path to this page:
Subject: CVS commit: pkgsrc/databases/ruby-sequel
From: Takahiro Kambe
Date: 2012-06-01 16:23:42
Message id: 20120601142342.8E5EE175DD@cvs.netbsd.org
Log Message:
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)
Files: