diff --git a/Src/Asp.NetCore2/SqliteTest/UserTestCases/UJson.cs b/Src/Asp.NetCore2/SqliteTest/UserTestCases/UJson.cs index d52efcdae..d76763cf5 100644 --- a/Src/Asp.NetCore2/SqliteTest/UserTestCases/UJson.cs +++ b/Src/Asp.NetCore2/SqliteTest/UserTestCases/UJson.cs @@ -66,10 +66,17 @@ namespace OrmTest { throw new Exception("unit error"); } + Db.CodeFirst.InitTables(); + var list4 = + Db.Queryable() + .Where(Db.Utilities.JsonToConditionalModels(json)).ToList(); } } - + public class UnutBoolTestaaa + { + public bool nullableBool { get; set; } + } public class UnitJsonTest { [SqlSugar.SugarColumn(IsPrimaryKey = true, IsIdentity = true)]