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

_______________________________________________
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]/

Reply via email to