Subject: | SQL::Translator::Parser::DBI should not disconnect $dbh |
In my Catalyst/DBIx::Class application, I generate and apply sql diffs
automatically at startup. However, the SQL::Translator::Parser::DBI
class calls "$dbh->disconnect" which tears down my database connection
prematurely. That class should take a RAII approach and make the caller
take care of disconnecting the database.