[Catalyst] TheSchwartz - Catalyst::Model::Adaptor

Ashley Pond V apv at sedition.com
Sat Aug 7 16:41:19 GMT 2010


On Sat, Aug 7, 2010 at 9:26 AM,  <gordon at gorste.plus.com> wrote:
> I am writing a job queuing system in catalyst.  I have found an example of
> a job queuing examples that uses TheSchwartz and catalyst through
> Catalyst::Model::Adaptor.  Currently it uses Sqlite,  I need to use MySQL,
> for me to do this I need to create TheSchwartz with augments like

I haven't played with your sample at all, or looked at the stuff much
in a year, but MySQL should actually be easier than SQLite and you
dropped the mange_args sub which is probably relevant. Try adding it–

  sub mangle_arguments { %{$_[1]} }

http://sedition.com/a/2742

-Ashley



More information about the Catalyst mailing list