in reply to Re^2: Problems with DBIx::Class and CGI::Application
in thread Problems with DBIx::Class and CGI::Application
If you don't pass AutoCommit => 1 to connect, you'll be in a transaction. And I don't see a commit call.
Bet that's your problem (Class::DBI forces it on for MySQL, we don't)
-- mst (yes, one day I'll register)