OpenSource » Database Migrator » Legacy Migrator
Clone URL:  

Migrator (No commit message)

Changeset bc1be25c3cda

Parent 57a28e6f20de

by danielpupek

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

 
256
257
258
259
 
 
 
 
 
 
260
261
262
 
256
257
258
 
259
260
261
262
263
264
265
266
267
@@ -256,7 +256,12 @@
  }   }   - private IDbCommand BuildCommand(string sql) + /// <summary> + /// Builds a command using the current transaction + /// </summary> + /// <param name="sql"></param> + /// <returns></returns> + public IDbCommand BuildCommand(string sql)   {   IDbCommand cmd = _connection.CreateCommand();   cmd.CommandText = sql;