mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
修复 IsIgnore 过滤字段后,查询的错误;
This commit is contained in:
@ -158,6 +158,8 @@ namespace FreeSql.Tests.SqlServer {
|
||||
}
|
||||
[Fact]
|
||||
public void ToOne() {
|
||||
var testnotfind = select.Where("1=2").First(a => a.CreateTime);
|
||||
Assert.Equal(default(DateTime), testnotfind);
|
||||
}
|
||||
[Fact]
|
||||
public void ToSql() {
|
||||
|
Reference in New Issue
Block a user