fix
This commit is contained in:
@ -317,7 +317,7 @@ struct db_where_next_limit_t final {
|
||||
w_t &owner;
|
||||
w_t &parent;
|
||||
|
||||
using n_t = db_next_t<cn_t, op_t, w_t, db_where_next_limit_t>;
|
||||
using n_t = db_next_limit_t<cn_t, op_t, w_t, db_where_next_limit_t>;
|
||||
|
||||
[[nodiscard]] auto and_() -> n_t & {
|
||||
owner.actions.emplace_back(n_t{
|
||||
|
Reference in New Issue
Block a user