AW: [Dbix-class] WG: using DBIx::Class::Migration with Journal

2013-04-06 Thread Mario Minati
Hi Brendan, we have a Catalyst App with about 100 dbix result classes defined in schema. We use dbix::journal for logging and want to use some tool for managing db migrations before rolling out that app. We expected dbix::Class::migration to work out of the box with dbix::class::journal, but

Re: [Dbix-class] update a row only if any column has changed

2013-04-06 Thread Rajeev Prasad
thx Brendan, the source is a text file. I guess I will use MySQL tools to load it into the database everyday, deleting the table completely before recreating.   i guess thats the best way?  From: Brendan Byrd p...@resonatorsoft.org To: Rajeev Prasad