mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-03-25 07:20:56 +08:00
- fix: ClickHouse .LimitBy #2114
This commit is contained in:
@@ -621,6 +621,8 @@ namespace base_entity
|
||||
BaseEntity.Initialization(fsql, () => _asyncUow.Value);
|
||||
#endregion
|
||||
|
||||
var skdkdk1 = fsql.Select<User1>().LimitBy2(a => a.Sort, 1).ToSql();
|
||||
|
||||
|
||||
fsql.Insert(new User1 { Nickname = "nickname11", Username = "username11", Description = "desc11" }).ExecuteAffrows();
|
||||
Task.Run(async () =>
|
||||
|
||||
Reference in New Issue
Block a user