Skip to content

Added support to follow ScriptBatchTerminator option#29

Closed
grijal wants to merge 6 commits into
bradymholt:masterfrom
grijal:master
Closed

Added support to follow ScriptBatchTerminator option#29
grijal wants to merge 6 commits into
bradymholt:masterfrom
grijal:master

Conversation

@grijal

@grijal grijal commented Jun 13, 2018

Copy link
Copy Markdown

Added support to follow ScriptBatchTerminator option so that "Go" statements are added at the end of script batches

Comment thread README.md
@@ -1,3 +1,20 @@
# Changes in this fork:

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove these changes to the README?

@@ -1,76 +1,77 @@
<?xml version="1.0" encoding="utf-8"?>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this diff? Can you revert changes to the project file?

ScriptingUpgrader upgradeScriptingEngine = new ScriptingUpgrader(connectionString, engine);
Options options = new Options()
{
ScriptingOptions = new ScriptingOptions()

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than this being the default, and unable to be changed, can you use the same pattern as scriptAllDefinitions where it can be passed in as a arg?

See:
https://github.com/bradymholt/dbup-sqlserver-scripting/blob/master/DbUp.Support.SqlServer.Scripting/ScriptingUpgrader.cs#L105

}
};

// args = new string[] { "--scriptAllDefinitions" };

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove.

@bradymholt

Copy link
Copy Markdown
Owner

Superceded by #30. Thank you!

@bradymholt bradymholt closed this Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants