mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-06 08:20:52 +08:00
update
1
更新日志.md
1
更新日志.md
@@ -11,6 +11,7 @@ var sql = fsql.Select<T>().Where(a => arr.Contains(a.Int)).ToList();
|
||||
//原来:where id in (1..1333)
|
||||
//现在:where id in (1..500) or id in (501..1000) or id in (1001..1333)
|
||||
```
|
||||
- 修复 IsNulable 特性不生效的 bug;
|
||||
|
||||
## v0.11.22
|
||||
|
||||
|
||||
Reference in New Issue
Block a user