From: Matt S Trout Date: Tue, 2 Jan 2007 20:36:29 +0000 (+0000) Subject: Merge 'ordered_handle_updates' into 'DBIx-Class-current' X-Git-Tag: v0.08010~150^2~110 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=77e7e47d3279ed047c1c72a9587a9ac73797c251;p=dbsrgits%2FDBIx-Class.git Merge 'ordered_handle_updates' into 'DBIx-Class-current' multi-col group support for Ordered, from Neil de Carteret --- 77e7e47d3279ed047c1c72a9587a9ac73797c251 diff --cc Changes index 31cb403,913819d..26aa117 --- a/Changes +++ b/Changes @@@ -1,8 -1,5 +1,9 @@@ Revision history for DBIx::Class ++ - add support to Ordered for multiple ordering columns + - mark DB.pm and compose_connection as deprecated + - switch tests to compose_namespace + 0.07999_01 2006-10-05 21:00:00 - add connect_info option "disable_statement_caching" - create insert_bulk using execute_array, populate uses it diff --cc lib/DBIx/Class.pm index 6d75377,6d75377..91f6677 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@@ -217,6 -217,6 +217,8 @@@ konobi: Scott McWhirte LTJake: Brian Cassidy ++ned: Neil de Carteret ++ nigel: Nigel Metheringham ningu: David Kamholz