Zbigniew Lukasiak wrote: > On Wed, May 20, 2009 at 3:50 PM, Peter Rabbitson <[email protected]> > wrote: >> Greetings, >> >> RC2 turned out to contain a serious issue - so we present RC3. >> Sorry for the trouble and thanks for testing! >> http://rabbit.us/diff/DBIx-Class-0.08102_07.tar.gz > > My tests are all passing - but I noticed that resolve_condition in > ResultSource is now marked as private method and warns. I can > understand why - as it has rather tricky interface - but is there any > chance to have a public equivalent? That is something that would > compute the values of columns in the related ResultSet set when I do > $object->search_related( 'rel_name', {} )? >
These interfaces were never meant to be public, thus were properly re-hidden. Please provide a justification use case of why an end user would need this method available. _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
