Merge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Wed, 22 Feb 2006 15:09:54 +0000 (15:09 +0000)]
r8086@obrien (orig r948):  bricas | 2006-02-21 19:27:07 +0000
fix for limit_dialect( 'Top' ) w/ order_by
r8087@obrien (orig r949):  ningu | 2006-02-21 19:33:04 +0000
fix thinkos in ResultSet docs
r8089@obrien (orig r951):  matthewt | 2006-02-22 13:25:23 +0000
Class::C3 fixup for 0.11

1  2 
Changes
lib/DBIx/Class.pm
lib/DBIx/Class/ResultSet.pm
lib/DBIx/Class/Storage/DBI.pm

diff --cc Changes
+++ b/Changes
@@@ -1,11 -1,8 +1,14 @@@
  Revision history for DBIx::Class
  
 +        - minor tweak to tests for join edge case
 +        - added cascade_copy relationship attribute
 +          (sponsored by Airspace Software, http://www.airspace.co.uk/)
 +        - clean up set_from_related
 +        - made copy() automatically null out auto-inc columns
 +
+         - tweak to Componentised for Class::C3 0.11
+         - fixes for auto-inc under MSSQL
  0.05006 2006-02-17 15:32:40
          - storage fix for fork() and workaround for Apache::DBI
          - made update(\%hash) work on row as well as rs
Simple merge
Simple merge
Simple merge