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

Allow script modification before execution #3

Merged
merged 2 commits into from
Sep 15, 2017
Merged

Allow script modification before execution #3

merged 2 commits into from
Sep 15, 2017

Commits on Sep 15, 2017

  1. Update Database to take connection string in ctor

    It was a small annoyance when using this class having to constantly respecify the same connection string for each method you call. It is now stored with the class instance.
    
    +semver:major
    chadly committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    1c4cd9d View commit details
    Browse the repository at this point in the history
  2. Allow script modification before execution

    Add feature to Database to allow modification of creation/clear scripts before they are executed against the database. This is useful to replace tokens in scripts based on a current context.
    
    +semver:minor
    chadly committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    0ebdb75 View commit details
    Browse the repository at this point in the history