> 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