Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: jgold-acumium/DbUp

Tags

5.0.37

Toggle 5.0.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add SQLite journal extension (DbUp#592)

* Add SqliteExtensions.JournalToSQLiteTable() helper

* Fix doc comment on PostgresqlExtensions.JournalToPostgresqlTable()

* Add new SQLite journal extension method to approval tests

5.0.10

Toggle 5.0.10's commit message
Update Release Notes

5.0.8

Toggle 5.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request DbUp#662 from DbUp/660-failing-builds-after-mergin…

…g-add-azure-sql-support-with-net60-652

Azure SQL Server and Oracle Connection Clean Ups

5.0.4

Toggle 5.0.4's commit message
Do Not Build on Push

Having both "push" and "pull_request" meant that mulitple builds were
being done for one change to a PR. A branch can be built if necessary by
triggering the manual "workflow_dispatch" task. Unless this is
specifically necessary, though, the work will still be built when a PR
is created.

4.6.0

Toggle 4.6.0's commit message

4.5.0

Toggle 4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make Script.Name virtual as well so c# scripts can use their type name (

DbUp#540)

* Make Script.Name virtual as well so c# scripts can use their type name

4.4.0

Toggle 4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request DbUp#509 from DbUp/bug-oracleDelimiter

Changed the Oracle implementation to split on `/` instead of `;`.

4.3.1

Toggle 4.3.1's commit message
Moved the direct connection check to only occur if connection to `mas…

…ter` fails. Fixes DbUp#469.

4.3.0

Toggle 4.3.0's commit message
Made the `useAzureSqlIntegratedSecurity` option only available on the…

… platforms that support it

4.2.0

Toggle 4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request DbUp#379 from OctopusBob/scripttype

Adding in RunAlways, run order, and ability to generate HTML Report