Merge 'ordered_handle_updates' into 'DBIx-Class-current'
Matt S Trout [Tue, 2 Jan 2007 20:36:29 +0000 (20:36 +0000)]
multi-col group support for Ordered, from Neil de Carteret

1  2 
Changes
lib/DBIx/Class.pm

diff --cc 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
@@@ -217,6 -217,6 +217,8 @@@ konobi: Scott McWhirte
  
  LTJake: Brian Cassidy <bricas@cpan.org>
  
++ned: Neil de Carteret
++
  nigel: Nigel Metheringham <nigelm@cpan.org>
  
  ningu: David Kamholz <dkamholz@cpan.org>