Remove pointless disconnect after static ->load
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Tue, 5 Aug 2014 14:44:53 +0000 (15:44 +0100)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Tue, 5 Aug 2014 15:22:35 +0000 (16:22 +0100)
commit584aa86fc729513a68b03d36adeacbdb9a3f9b43
treefdafcb01905edeb07c5663a3fe0f65ed65f06708
parent55b9a2a018c33b87136f1c51bfb7e1e383a2545d
Remove pointless disconnect after static ->load

It was added on the assumption that in static mode nothing else was
going to happen after the loading was done, but that's really none of
our concern, so we shouldn't interfere with it.

It also broke the in-transaction dump test with DBIC's new stricter
connectedness checking on txn ops (dbsrgits/dbix-class@d4702d53).
Changes
lib/DBIx/Class/Schema/Loader/DBI.pm