fix
This commit is contained in:
parent
7c02d79a5c
commit
ffdea97de3
@ -234,8 +234,8 @@ struct db_next_t final {
|
||||
|
||||
using group_func_t = std::function<void(w_t &)>;
|
||||
|
||||
[[nodiscard]] auto column(std::string column_name) -> cn_t {
|
||||
return next.column(column_name);
|
||||
[[nodiscard]] auto where(std::string column_name) -> cn_t {
|
||||
return next.where(column_name);
|
||||
}
|
||||
|
||||
[[nodiscard]] auto dump(std::int64_t &idx) const -> std::string {
|
||||
@ -257,8 +257,8 @@ struct db_next_limit_t final {
|
||||
|
||||
using group_func_t = std::function<void(w_t &)>;
|
||||
|
||||
[[nodiscard]] auto column(std::string column_name) -> cn_t {
|
||||
return next.column(column_name);
|
||||
[[nodiscard]] auto where(std::string column_name) -> cn_t {
|
||||
return next.where(column_name);
|
||||
}
|
||||
|
||||
[[nodiscard]] auto dump(std::int64_t &idx) const -> std::string {
|
||||
|
Loading…
x
Reference in New Issue
Block a user