Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
evolve_3.0.0_Windows-64bit.zip | 2021-03-21 | 19.5 MB | |
evolve_3.0.0_Linux-64bit.tar.gz | 2021-03-21 | 20.7 MB | |
3.0.0 source code.tar.gz | 2021-03-21 | 3.3 MB | |
3.0.0 source code.zip | 2021-03-21 | 3.5 MB | |
README.md | 2021-03-21 | 774 Bytes | |
Totals: 5 Items | 47.0 MB | 0 |
Features
- [#187] Add new option
RetryRepeatableMigrationsUntilNoError
- [#210] Add new option
TransactionMode.CommitAll
to commit a group of script at once - [#160] Add new option
TransactionMode.RollbackAll
to preview/validate the changes Evolve would make to the database - [#190] Add new option
SkipNextMigrations
to mark all subsequent migrations as applied - [#198] Add support of Source Link and deterministic builds
Fix
- [#203] Fix Evolve fails to erase SQL Server functions and computed columns
WITH SCHEMABINDING
that depends on each other
Breaking changes
- The Evolve constructor now uses a
DbConnection
instead ofIDbConnection
- [#193] Drop support of .NET 3.5 and .NET 4.6.1
- [#194] Drop support of Evolve MSBuild