Matt S Trout wrote: > > > ISTR the inflate_column one renamed a method rather than creating an > > > inflate_columns method that calls inflate_column as requested; did > > > you post a version that implemented it the other way? If so, a link > > > to the web archive pointing at the mail where you did so would be > > > appreciated since evidently I've missed it. > > > inflate_columns is downwards compatible to the previous > > inflate_column. > > After patching inflate_column becomes an alias to inflate_columns. > > Which problems do you see with this? > > What problems did you see with the way I originally proposed > implementing it that caused you to do it differently?
I cannot find your posting where you proposed that originally. Anyway my implementation potentially saves method calls while your proposal adds one or more. -- Bernhard Graf _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
