Hello!

Forget my last question.

There was a bug in MyAppDB.pm. I changed DB configuration to this one:

START
__PACKAGE__->config(
   schema_class => 'MyAppDB',
   connect_info => [
       'dbi:SQLite:myapp.db',
       '\'\'',
       '\'\'',
        {AutoCommit => 1},

   ],
);
END

...and now it works.

Best regards

Dmitri Pissarenko

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to