Mercurial > pub > Impl
diff _test/Test/SQL/Diff.pm @ 181:47dac58691ee
New templating system, small fixes
author | sourcer |
---|---|
date | Thu, 26 Jan 2012 01:15:57 +0400 |
parents | d1676be8afcc |
children | 4d0e1962161c |
line wrap: on
line diff
--- a/_test/Test/SQL/Diff.pm Fri Dec 30 23:40:00 2011 +0300 +++ b/_test/Test/SQL/Diff.pm Thu Jan 26 01:15:57 2012 +0400 @@ -38,7 +38,7 @@ $users->SetPrimaryKey('id'); $users->AddConstraint( unique => { name => 'unique_login', columns => ['login'] } ); - warn Dumper(IMPL::SQL::Schema::Traits::Diff->Diff($schemaSrc,$schemaDst)); + #warn Dumper(IMPL::SQL::Schema::Traits::Diff->Diff($schemaSrc,$schemaDst)); $schemaSrc->Dispose; $schemaDst->Dispose;