On 1/9/07, abhijith <[EMAIL PROTECTED]> wrote:
On Mon, 2007-01-08 at 18:45 +0000, [EMAIL PROTECTED] wrote: > But it seems to happen all the time for this guy so maybe > it's a bug or something. > > -Nilson Santos F. Jr. >Restarter doesn't watch the Database for changes ('m talking about direct modifications to the database and NOT through the database handle.)
There really isn't a sane way (at least that I can think of) for the Restarter to detect changes to your database schema when you're using the Loader in dynamic mode. Just touch one of your .pm files after making changes to kick off the restart. -- Brandon _______________________________________________ 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]/
