adamfoneil / Dapper.CX

A Crud library based on Dapper
MIT License
8 stars 1 forks source link

add overload to SqlCmdDictionary.ExecuteInsertAsync that accepts a transaction argument #45

Closed adamfoneil closed 3 years ago

adamfoneil commented 3 years ago

This is so we can add test/validation features to SqlMigrator. With a transaction in effect, I can attempt a migration, catch an errors and display them in my tooling, then rollback the transaction.