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 parameterless overloads of UseSqlServer, UseSqlite, etc. #8427

Closed
ajcvickers opened this issue May 9, 2017 · 2 comments · Fixed by #19376
Closed

Add parameterless overloads of UseSqlServer, UseSqlite, etc. #8427

ajcvickers opened this issue May 9, 2017 · 2 comments · Fixed by #19376
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. good first issue This issue should be relatively straightforward to fix. providers-beware punted-for-3.0 type-enhancement
Milestone

Comments

@ajcvickers
Copy link
Member

For cases like #8410 where the provider needs to be known, but no connection to the database is going to be made. This API could also be used for places where the connection string is set later (bur before the connection is used) using context.Database....

@ajcvickers
Copy link
Member Author

See also #8350 #6525 #8494

@roji
Copy link
Member

roji commented May 18, 2018

providers-fyi?

@ajcvickers ajcvickers added the good first issue This issue should be relatively straightforward to fix. label Sep 2, 2019
@ajcvickers ajcvickers modified the milestones: Backlog, 5.0.0 Dec 20, 2019
@ajcvickers ajcvickers added closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. and removed consider-for-current-release labels Dec 20, 2019
ajcvickers added a commit that referenced this issue Dec 20, 2019
…ontext

Fixes #6525 (Allow connections string to be set/changed)
Fixes #8494 (Allow connection to be set/changed)
Fixes #8427 (Parameterless overloads of UseSqlServer, UseSqlite)
ajcvickers added a commit that referenced this issue Dec 22, 2019
…ontext

Fixes #6525 (Allow connections string to be set/changed)
Fixes #8494 (Allow connection to be set/changed)
Fixes #8427 (Parameterless overloads of UseSqlServer, UseSqlite)
ajcvickers added a commit that referenced this issue Dec 22, 2019
…ontext

Fixes #6525 (Allow connections string to be set/changed)
Fixes #8494 (Allow connection to be set/changed)
Fixes #8427 (Parameterless overloads of UseSqlServer, UseSqlite)
ajcvickers added a commit that referenced this issue Dec 23, 2019
…ontext

Fixes #6525 (Allow connections string to be set/changed)
Fixes #8494 (Allow connection to be set/changed)
Fixes #8427 (Parameterless overloads of UseSqlServer, UseSqlite)
roji added a commit to roji/efcore.pg that referenced this issue Jan 25, 2020
roji added a commit to roji/efcore.pg that referenced this issue Jan 25, 2020
roji added a commit to roji/efcore.pg that referenced this issue Jan 28, 2020
roji added a commit to roji/efcore.pg that referenced this issue Jan 28, 2020
roji added a commit to roji/efcore.pg that referenced this issue Jan 28, 2020
roji added a commit to roji/efcore.pg that referenced this issue Jan 28, 2020
roji added a commit to roji/efcore.pg that referenced this issue Jan 29, 2020
roji added a commit to roji/efcore.pg that referenced this issue Feb 1, 2020
@ajcvickers ajcvickers modified the milestones: 5.0.0, 5.0.0-preview1 Mar 13, 2020
@ajcvickers ajcvickers modified the milestones: 5.0.0-preview1, 5.0.0 Nov 7, 2020
@ajcvickers ajcvickers removed their assignment Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. good first issue This issue should be relatively straightforward to fix. providers-beware punted-for-3.0 type-enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants