- 增加 ObservableCollection 级联加载和保存;- 修复 达梦 min pool size 预热数量匹配 bug;

This commit is contained in:
2881099
2022-06-02 12:24:17 +08:00
parent 617cfb8744
commit 403b10ba94
26 changed files with 272 additions and 238 deletions

View File

@ -10,6 +10,7 @@ using System.Threading.Tasks;
using System.Text;
using Xunit;
using FreeSql.Internal.CommonProvider;
using System.Collections.ObjectModel;
namespace FreeSql.Tests.Sqlite
{
@ -1241,7 +1242,7 @@ WHERE (((cast(a.""Id"" as character)) in (SELECT b.""Title""
public string m2setting { get; set; }
public List<TestInclude_OneToManyModel3> childs { get; set; }
public ObservableCollection<TestInclude_OneToManyModel3> childs { get; set; }
}
public class TestInclude_OneToManyModel3
{