Skip to content

Commit

Permalink
Update NewCommand.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
yekalkan committed Dec 28, 2020
1 parent f264150 commit cfa005f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ private string GetNewConnectionStringByDbms(DatabaseManagementSystem databaseMan
return "Server=localhost;Port=3306;Database=MyProjectName;Uid=root;Pwd=myPassword;";
case DatabaseManagementSystem.PostgreSQL:
return "User ID=root;Password=myPassword;Host=localhost;Port=5432;Database=MyProjectName;Pooling=true;Min Pool Size=0;Max Pool Size=100;Connection Lifetime=0;";
case DatabaseManagementSystem.Oracle:
//case DatabaseManagementSystem.Oracle:
case DatabaseManagementSystem.OracleDevart:
return "Data Source=MyProjectName;Integrated Security=yes;";
case DatabaseManagementSystem.SQLite:
Expand Down

0 comments on commit cfa005f

Please sign in to comment.