This commit is contained in:
parent
e697363574
commit
d6ac8cfeca
@ -377,7 +377,8 @@ struct db_comp_next_t final {
|
||||
value,
|
||||
});
|
||||
|
||||
ctx->where_values.push_back(&value);
|
||||
ctx->where_values.push_back(
|
||||
&std::get<comp_data_t>(*std::prev(owner->actions.end())).value);
|
||||
|
||||
return wn_t{
|
||||
ctx,
|
||||
@ -415,7 +416,8 @@ struct db_comp_next_limit_t final {
|
||||
value,
|
||||
});
|
||||
|
||||
ctx->where_values.push_back(&value);
|
||||
ctx->where_values.push_back(
|
||||
&std::get<comp_data_t>(*std::prev(owner->actions.end())).value);
|
||||
|
||||
return wn_t{
|
||||
ctx,
|
||||
|
Loading…
x
Reference in New Issue
Block a user