Re: [Dbix-class] Re: OO advice ... do a subclass? .. do something else?

2010-10-08 Thread Brian Phillips
On Fri, Oct 8, 2010 at 7:06 AM, Will Hawes wdha...@gmail.com wrote: [ snip ] Currently I have a method in my ResultSet class for tickets called something like 'create_typeX' .. this method wraps the logic that creates the ticket and all relationships for that type. [ snip ] I

Re: [Dbix-class] convention for naming primary keys to avoid ambiguousselects

2008-11-25 Thread Brian Phillips
prefixing the id column with the name of the relationship seems much more obvious than prefixing the base table's column with me. This doesn't seem like it would be too complicated to implement -- if the column given is not already prefixed by one or more table/relationship aliases, it could be

[Dbix-class] RFC: DBIx-Class-OptimisticLocking

2008-11-15 Thread Brian Phillips
::OptimisticLocking component provides a few different strategies for providing this functionality. Thanks! Brian Phillips ___ 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