Update user test case

This commit is contained in:
sunkaixuan 2024-03-19 18:04:23 +08:00
parent ecc96531b9
commit b5a45ba3f1
4 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>SqlSugarCore.Kdbndp</id> <id>SqlSugarCore.Kdbndp</id>
<version>1.04-preview02</version> <version>8.3.715</version>
<authors>sunkaixuan</authors> <authors>sunkaixuan</authors>
<owners>果糖大数据科技</owners> <owners>果糖大数据科技</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl> <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>

View File

@ -16,7 +16,7 @@ namespace OrmTest
/// Account have permission to create database /// Account have permission to create database
/// 用有建库权限的数据库账号 /// 用有建库权限的数据库账号
/// </summary> /// </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 //R3
//public static string ConnectionString = "Server=59.108.228.19;Port=55555;UID=SYSTEM;PWD=XX;database=TEST" //public static string ConnectionString = "Server=59.108.228.19;Port=55555;UID=SYSTEM;PWD=XX;database=TEST"
/// <summary> /// <summary>

View File

@ -6,7 +6,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="SqlSugarCore.Kdbndp" Version="8.3.712" /> <PackageReference Include="SqlSugarCore.Kdbndp" Version="8.3.715" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>