mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
- 修复 IncludeMany 变异 Where 指定的属性类型不一致的 bug;(如 int 和 int?)
This commit is contained in:
@ -870,7 +870,7 @@ namespace FreeSql.Tests.Sqlite
|
||||
[Column(IsIdentity = true)]
|
||||
public int id { get; set; }
|
||||
|
||||
public int model2111Idaaa { get; set; }
|
||||
public int? model2111Idaaa { get; set; }
|
||||
public string title { get; set; }
|
||||
|
||||
public List<TestInclude_OneToManyModel4> childs2 { get; set; }
|
||||
|
Reference in New Issue
Block a user