OpenSource » Database Migrator » Migrator2
Clone URL:  

Migrator Build Command is now publicly available

Changeset 2ed360b6e8b7

Parent bc1be25c3cda

by danielpupek

Changes to one file · Browse files at 2ed360b6e8b7 Showing diff from parent bc1be25c3cda Diff from another changeset...

 
266
267
268
 
269
270
271
 
266
267
268
269
270
271
272
@@ -266,6 +266,7 @@
  IDbCommand cmd = _connection.CreateCommand();   cmd.CommandText = sql;   cmd.CommandType = CommandType.Text; + BeginTransaction();   if (_transaction != null)   {   cmd.Transaction = _transaction;