github DbUp/DbUp v3.0.6

latest releases: 6.0.15, 6.0.4, 6.0.3...
12 years ago

This is a major release with quite a few upgrades

  • Added: WithExecutionTimeout() to set the execution timeout of all sql commands
  • Added: TransactionSupport! .WithTransaction() and .WithTransactionPerScript() when configuring DbUp
  • Added: SqlLite support
  • Added: Support for logging script output, SqlServer only currently. Opt in with .LogScriptOutput() when configuring DbUp (#33)
  • Added: NullJournal for omnipotent script execution, .JournalTo(new NullJournal()). (useful for Stored Procs, views etc which need to be updated every upgrade)
  • Fix: Schema can be incorrectly quoted ([] added incorrectly) (#11)
  • Fix: Format datetime using ISO 8601 in SqlTableJournal (#18, #20, #27 )

Don't miss a new DbUp release

NewReleases is sending notifications on new releases.