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

Mvs create schemazen library #15

Merged
merged 7 commits into from
May 17, 2016

Conversation

marcio-santos-zocdoc
Copy link

@Zocdoc/ci-devs

  • Moved command logic from the console to the library
  • Throwing exception in the library and catching them in the console

@scott-roepnack-zocdoc
Copy link

wow - lots of code

@@ -42,7 +42,10 @@ public Database CreateDatabase(IList<string> filteredTypes = null)
{
DataSource = Server,
InitialCatalog = DbName,
IntegratedSecurity = string.IsNullOrEmpty(User)
IntegratedSecurity = string.IsNullOrEmpty(User),
//setting up pooling false to avoid re-use of connection while using the library.

Choose a reason for hiding this comment

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

thanks for the comment

@scott-roepnack-zocdoc
Copy link

👍

@scott-roepnack-zocdoc scott-roepnack-zocdoc merged commit a1dff4c into master May 17, 2016
@scott-roepnack-zocdoc scott-roepnack-zocdoc deleted the mvs-create-schemazen-library branch May 17, 2016 20:46
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.

2 participants