From: Matt S Trout Date: Sun, 16 Apr 2006 21:22:47 +0000 (+0000) Subject: Merge 'trunk' into 'DBIx-Class-current' X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de890f6b52f7a7e9d34b81d1b0c5edffc4b2863b;p=dbsrgits%2FDBIx-Class-Historic.git Merge 'trunk' into 'DBIx-Class-current' r9637@obrien (orig r1450): castaway | 2006-04-14 15:08:57 +0100 oops, bogus many_to_many example in pod r9641@obrien (orig r1453): matthewt | 2006-04-15 22:55:47 +0100 Fixed typo in Relationship POD r9644@obrien (orig r1455): matthewt | 2006-04-16 20:21:28 +0100 disabled ->resultset caching r9645@obrien (orig r1456): phaylon | 2006-04-16 21:57:56 +0100 inject_base filters out double entries --- de890f6b52f7a7e9d34b81d1b0c5edffc4b2863b diff --cc Changes index aac5233,f56beac..948ae23 --- a/Changes +++ b/Changes @@@ -1,11 -1,7 +1,12 @@@ Revision history for DBIx::Class + - added remove_column(s) to ResultSource/ResultSourceProxy + - added add_column alias to ResultSourceProxy + - added source_name to ResultSource + - load_classes now uses source_name and sets it if necessary + 0.06002 + - nuke ResultSource caching of ->resultset for consistency reasons - fix for -and conditions when updating or deleting on a ResultSet 0.06001 2006-04-08 21:48:43