mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update Demo
This commit is contained in:
parent
59dc383691
commit
7322ba7b38
@ -8,8 +8,8 @@ namespace OrmTest
|
||||
{
|
||||
public class Config
|
||||
{
|
||||
public static string ConnectionString = "server=.;uid=sa;pwd=@jhl85661501;database=SqlSugar4XTest";
|
||||
public static string ConnectionString2 = "server=.;uid=sa;pwd=@jhl85661501;database=SQLSUGAR4XTEST";
|
||||
public static string ConnectionString3 = "server=.;uid=sa;pwd=@jhl85661501;database=sqlsugar4xtest";
|
||||
public static string ConnectionString = "server=.;uid=sa;pwd=haosql;database=SqlSugar4XTest";
|
||||
public static string ConnectionString2 = "server=.;uid=sa;pwd=haosql;database=SQLSUGAR4XTEST";
|
||||
public static string ConnectionString3 = "server=.;uid=sa;pwd=haosql;database=sqlsugar4xtest";
|
||||
}
|
||||
}
|
||||
|
@ -10,8 +10,8 @@ namespace OrmTest
|
||||
{
|
||||
|
||||
/***BUG repair test***/
|
||||
new BugTest.Bug1().Init();
|
||||
new BugTest.Bug2().Init();
|
||||
//new BugTest.Bug1().Init();
|
||||
//new BugTest.Bug2().Init();
|
||||
|
||||
/***Unit Test***/
|
||||
new SqlRemark(2).Init();
|
||||
|
Loading…
Reference in New Issue
Block a user