File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 <add key =" UseDocker" value =" true" />
55 <add key =" SQLServerConnection" value =" Data Source=(local);Initial Catalog=master;User Id=SA;Password=__DB_PASSWORD__;Encrypt=False;" />
66 <add key =" MySQLConnection" value =" server=localhost;database=mysql;uid=root;pwd=__DB_PASSWORD__;" />
7- <add key =" OracleConnection" value =" Data Source = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SID = XE))); User Id = system;Password=__DB_PASSWORD__;" />
7+ <add key =" OracleConnection" value =" Data Source = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SID = XE))); User Id = system;Password=__DB_PASSWORD__;" />
88 </appSettings >
99</configuration >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ internal static class Smoke
1010 }
1111 internal static class SalesDB
1212 {
13- public static string SelectSql = @"SELECT * FROM AGENTS " ;
13+ public static string SelectSql = @"SELECT * FROM Agents " ;
1414 }
1515 }
1616
@@ -22,7 +22,7 @@ internal static class Smoke
2222 }
2323 internal static class SalesDB
2424 {
25- public static string SelectSql = @"SELECT * FROM AGENTS " ;
25+ public static string SelectSql = @"SELECT * FROM Agents " ;
2626 }
2727 }
2828
@@ -34,7 +34,7 @@ internal static class Smoke
3434 }
3535 internal static class SalesDB
3636 {
37- public static string SelectSql = @"SELECT * FROM AGENTS " ;
37+ public static string SelectSql = @"SELECT * FROM Agents " ;
3838 }
3939 }
4040 }
You can’t perform that action at this time.
0 commit comments