mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-10 03:14:57 +08:00
Update Nuget Test
This commit is contained in:
@@ -12,7 +12,7 @@ namespace NugetTest
|
||||
{
|
||||
var db = new SqlSugarClient(new ConnectionConfig()
|
||||
{
|
||||
ConnectionString = "server=.;uid=sa;pwd=@jhl85661501;database=SqlSugar4XTest",
|
||||
ConnectionString = "server=.;uid=sa;pwd=haosql;database=SqlSugar4XTest",
|
||||
IsAutoCloseConnection = true,
|
||||
DbType = DbType.SqlServer
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user