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

Added a new constructor for SqlServerStorage #53

Merged
merged 1 commit into from
May 2, 2014
Merged

Added a new constructor for SqlServerStorage #53

merged 1 commit into from
May 2, 2014

Conversation

TrevorPilley
Copy link
Contributor

This allows SqlServerStorage to be instantiated as new SqlServerStorage(ConnectionManager.ConnectionStrings["ConnectionName"]);
which is useful if your application has the connection string specified
in the app.config or web.config rather than inline in code.

This allows SqlServerStorage to be instantiated as `new
SqlServerStorage(ConnectionManager.ConnectionStrings["ConnectionName"]);`
which is useful if your application has the connection string specified
in the app.config or web.config rather than inline in code.
dixon added a commit that referenced this pull request May 2, 2014
Added a new constructor for SqlServerStorage
@dixon dixon merged commit cecc899 into MiniProfiler:master May 2, 2014
@TrevorPilley TrevorPilley deleted the Core branch May 12, 2014 16:42
@yellis
Copy link
Member

yellis commented May 27, 2014

This has been included in release 3.0.11. Release notes here.

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