mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Update user test case
This commit is contained in:
@@ -16,7 +16,7 @@ namespace OrmTest
|
||||
/// Account have permission to create database
|
||||
/// 用有建库权限的数据库账号
|
||||
/// </summary>
|
||||
public static string ConnectionString = "Server=59.108.228.18 ;Port=51321;UID=system;PWD=abcqqq...A;database=test222";
|
||||
public static string ConnectionString = "Server=59.108.228.18 ;Port=59322;UID=system;PWD=123456;database=test222";
|
||||
//R3
|
||||
//public static string ConnectionString = "Server=59.108.228.19;Port=55555;UID=SYSTEM;PWD=XX;database=TEST"
|
||||
/// <summary>
|
||||
|
@@ -6,7 +6,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="SqlSugarCore.Kdbndp" Version="8.3.712" />
|
||||
<PackageReference Include="SqlSugarCore.Kdbndp" Version="8.3.715" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Reference in New Issue
Block a user