fix
This commit is contained in:
parent
ae98d199e7
commit
bd754a7ee8
@ -39,7 +39,7 @@ auto db_update::dump() const -> std::string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
auto column = std::next(context_->values.begin(), idx);
|
auto column = std::next(context_->values.begin(), idx);
|
||||||
query << column->first << "=?" + std::to_string(idx + 1);
|
query << '"' << column->first << "\"=?" + std::to_string(idx + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (not context_->ands.empty()) {
|
if (not context_->ands.empty()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user