[Catalyst] Catalyst dynamic SQL model and custom tables

Matt S Trout dbix-class at trout.me.uk
Wed May 13 16:00:18 GMT 2009


On Wed, May 13, 2009 at 03:56:34PM +0400, ivan wrote:
> Is it possible add to dynamic SQL model in Catalyst custom sources and 
> custom fields ?

create=dynamic is STRONGLY disrecommended; there is no reason -at all- not
to use create=static and switching over should be trivial - just re-run
your myapp_create.pl with =static instead of =dynamic and it should all work
fine  - and if it doesn't, you can get support for DBIx::Class and
DBIx::Class::Schema::Loader via the dbix-class list - see

http://lists.shadowcat.co.uk/

-- 
        Matt S Trout         Catalyst and DBIx::Class consultancy with a clue
     Technical Director      and a commit bit: http://shadowcat.co.uk/catalyst/
 Shadowcat Systems Limited
  mst (@) shadowcat.co.uk        http://shadowcat.co.uk/blog/matt-s-trout/



More information about the Catalyst mailing list