Skip to content

Fix incorrect path returned when dbpath has quotation mark.#32

Merged
msallin merged 1 commit intomsallin:masterfrom
ykasajima:ParserIssue
Jun 21, 2015
Merged

Fix incorrect path returned when dbpath has quotation mark.#32
msallin merged 1 commit intomsallin:masterfrom
ykasajima:ParserIssue

Conversation

@ykasajima
Copy link
Copy Markdown

Hi, Marc.

I found the issue and fixed. Would you merge to master?
TestCode is the bellow:

builder = new SQLiteConnectionStringBuilder()
{
    DataSource = "Has QuotationMark.db",
};
Assert.AreEqual( builder.DataSource, SqliteConnectionStringParser.GetDataSource( builder.ConnectionString ) );

msallin added a commit that referenced this pull request Jun 21, 2015
Fix incorrect path returned when dbpath has quotation mark.
@msallin msallin merged commit 62fd43b into msallin:master Jun 21, 2015
@ykasajima ykasajima deleted the ParserIssue branch July 3, 2015 03:30
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