[Dbix-class] inheritance problem?
Daniel Westermann-Clark
dwc at pobox.com
Mon Sep 25 20:35:53 CEST 2006
On 2006-09-25 11:27:01 -0700, Alan Humphrey wrote:
> I'm trying to use the Sybase::MSSQL storage type and I'm seeing
> something I don't understand.
>
> In my schema module I have:
>
> __PACKAGE__->mk_classdata('storage_type' => '::DBI::Sybase::MSSQL');
I believe this should be:
__PACKAGE__->storage_type('::DBI::Sybase::MSSQL');
--
Daniel Westermann-Clark
More information about the Dbix-class
mailing list