Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options for timeout, schema restriction and dbo-prefixing #193

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

rhumborl
Copy link
Contributor

@rhumborl rhumborl commented Jun 25, 2021

Added 3 new options:

  1. timeout={secs} - specify the commandTimeout for queries, as this could exceed the default 30 secs on slow machines or large databases.
  2. --noprefixdbo - not prefixing dbo files is only set for backwards compatibility. The consensus seems to be that they should be. By default they will now be prefixed. This option allows for older code bases to turn that off for compatibility.
  3. schemas={a,b} - an optional comma-separated list of schemas names. Only objects within these will be scripted (plus global objects such as users and assemblies). This is useful for us as we have a few dev-only schemas in our db which we do not want to script to source control.

Additionally, I have swapped out the resharper test tools for the Nunit Test Adapter, as the generic test runner has been built into VS for quite a while now.

May fix #176

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.

script --dataTablesPattern option unable to filter
1 participant