Mercurial > pub > Impl
diff _test/Test/SQL/Diff.pm @ 274:8d36073411b1
+Added AutoDispose class
*code cleanups
author | cin |
---|---|
date | Wed, 30 Jan 2013 03:30:28 +0400 |
parents | 56364d0c4b4f |
children |
line wrap: on
line diff
--- a/_test/Test/SQL/Diff.pm Tue Jan 29 17:19:10 2013 +0400 +++ b/_test/Test/SQL/Diff.pm Wed Jan 30 03:30:28 2013 +0400 @@ -52,9 +52,6 @@ my $processor = MySQLProcessor->new($schemaSrc); $processor->ProcessBatch($diff); - warn Dumper($diff); - warn Dumper($processor->sqlBatch); - $schemaSrc->Dispose; $schemaDst->Dispose;