Daeer-Projects / DatabaseOperations

A library of operations that can be applied to an MS SQL Server database.
MIT License
5 stars 2 forks source link

Backup path to have default if failed #46

Closed Daeer-Projects closed 3 years ago

Daeer-Projects commented 3 years ago

Changed the BackupOperator so that if the path check execution fails, it will save the backup to the default location for the server/database.

Updated unit tests and added new ones.