From: Matt S Trout Date: Wed, 22 Feb 2006 15:09:54 +0000 (+0000) Subject: Merge 'trunk' into 'DBIx-Class-current' X-Git-Tag: v0.06000~61^2~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d9a191d23bbc38995aefa19ae7a59f3333cb67a;p=dbsrgits%2FDBIx-Class.git Merge 'trunk' into 'DBIx-Class-current' 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 --- 2d9a191d23bbc38995aefa19ae7a59f3333cb67a diff --cc Changes index 7b22990,6386364..e7e7f9d --- a/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