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

Cli: create ConnectionStringProvider #7340

Merged
merged 2 commits into from Jan 21, 2021
Merged

Conversation

yekalkan
Copy link
Member

No description provided.

@yekalkan yekalkan added this to the 4.3-preview milestone Jan 19, 2021
@ebicoglu ebicoglu merged commit 890a6e6 into dev Jan 21, 2021
@ebicoglu ebicoglu deleted the cli-ConnectionStringProvider branch January 21, 2021 14:59
case DatabaseManagementSystem.OracleDevart:
return "Data Source=MyProjectName;Integrated Security=yes;";
case DatabaseManagementSystem.SQLite:
return $"Data Source={Path.Combine(outputFolder,"database\\MyProjectName.db")};Version=3;";
Copy link
Member

Choose a reason for hiding this comment

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

return $"Data Source={Path.Combine(outputFolder , "MyProjectName.db")};".Replace("\\", "\\\\");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants