pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/ruby-sequel



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Jun  1 14:23:42 UTC 2012

Modified Files:
        pkgsrc/databases/ruby-sequel: Makefile PLIST distinfo

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)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/ruby-sequel/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/ruby-sequel/PLIST \
    pkgsrc/databases/ruby-sequel/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index