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/ _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
