SimonCropp/LocalDb

Split SqlDatabase and SqlDatabaseWithRollback

Closed this issue · 0 comments

to simplify the implementation, the rollback functionality has been moved from SqlDatabase and placed in a new class SqlDatabaseWithRollback. So SqlInstance.BuildWithRollback will now return a SqlDatabaseWithRollback. A common interface ISqlDatabase has been added. The shared AddData* functionality has been moved SqlDatabaseExtensions