mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-06 13:47:59 +08:00
Merge branch 'dev' of https://github.com/sunkaixuan/SqlSugar
This commit is contained in:
commit
f0de1f2935
@ -8,8 +8,8 @@ namespace OrmTest
|
|||||||
{
|
{
|
||||||
public class Config
|
public class Config
|
||||||
{
|
{
|
||||||
public static string ConnectionString = "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=@jhl85661501;database=SQLSUGAR4XTEST";
|
public static string ConnectionString2 = "server=.;uid=sa;pwd=haosql;database=SQLSUGAR4XTEST";
|
||||||
public static string ConnectionString3 = "server=.;uid=sa;pwd=@jhl85661501;database=sqlsugar4xtest";
|
public static string ConnectionString3 = "server=.;uid=sa;pwd=haosql;database=sqlsugar4xtest";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,8 +10,8 @@ namespace OrmTest
|
|||||||
{
|
{
|
||||||
|
|
||||||
/***BUG repair test***/
|
/***BUG repair test***/
|
||||||
new BugTest.Bug1().Init();
|
//new BugTest.Bug1().Init();
|
||||||
new BugTest.Bug2().Init();
|
//new BugTest.Bug2().Init();
|
||||||
|
|
||||||
/***Unit Test***/
|
/***Unit Test***/
|
||||||
new SqlRemark(2).Init();
|
new SqlRemark(2).Init();
|
||||||
|
Loading…
Reference in New Issue
Block a user