Skip to content
This repository was archived by the owner on Nov 1, 2018. It is now read-only.

Add "Filename" synonym to connection string builder. #140

Merged
merged 1 commit into from
Sep 23, 2015
Merged

Add "Filename" synonym to connection string builder. #140

merged 1 commit into from
Sep 23, 2015

Conversation

natemcmaster
Copy link
Contributor

Add "Filename" alias to connection string builder
Rename CacheMode to SqliteConnectionCacheMode.

@divega
Copy link

divega commented Sep 19, 2015

Looks good to me but will leave it for @bricelam to signoff.

@@ -18,6 +18,7 @@ public class SqliteConnectionStringBuilder : DbConnectionStringBuilder
{
private const string DataSourceKeyword = "Data Source";
private const string CacheKeyword = "Cache";
private const string FilenameKeyword = "Filename";
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we also wanted DataSource to work.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will add.

@bricelam
Copy link
Contributor

:shipit:

Rename CacheMode to SqliteConnectionCacheMode.
@natemcmaster natemcmaster merged commit 55f8e35 into aspnet:dev Sep 23, 2015
@natemcmaster natemcmaster deleted the api-review branch September 23, 2015 18:55
@natemcmaster natemcmaster changed the title Minor API tweaks. Add "Filename" synonym to connection string builder. Add "Filename" synonym to connection string builder. Oct 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants