fix
This commit is contained in:
@@ -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()) {
|
||||||
|
Reference in New Issue
Block a user