[Dbix-class] Overriding limit_dialect

Jesper Krogh jesper at krogh.cc
Fri Jan 27 14:47:31 CET 2006


> Matt S Trout wrote:
>> __PACKAGE__->connection(...);
>> __PACKAGE__->storage->sql_maker->limit_dialect('postgresql');
>>

This one seems to work better:
__PACKAGE__->storage->sql_maker->{limit_dialect} = 'Top';

There seems to be no accessor for limit_dialect available.


-- 
Jesper Krogh




More information about the Dbix-class mailing list