[Dbix-class] inheritance problem?

Alan Humphrey alan.humphrey at comcast.net
Tue Sep 26 18:16:53 CEST 2006


You're looking for C3 inheritance which works using Manhattan distance
vs. left-most-ancestor.

>>
Tried the C3 approach.  No joy.  Daniel reports that Brandon has been doing
a bunch of refactoring in this area, so for the time being I've just copied
the overridden methods in MSSQL to Sybase::MSSQL and adjusted the 'use base'
statement to just inherit from DBI::Sybase.  Not elegant, but it meets my
needs for now.

- Alan




More information about the Dbix-class mailing list