|
|
// See above comment for cast rationale | // See above comment for cast rationale |
dynamic_cast<std::stringstream&>(*this) << "INSERT INTO " << | dynamic_cast<std::stringstream&>(*this) << "INSERT INTO " << |
first->table() << " (" << first->field_list() << | first->table() << " (" << first->field_list() << |
") VALUES (" << fist->value_list() << ')'; |
") VALUES (" << first->value_list() << ')'; |
| |
Iter it = first + 1; | Iter it = first + 1; |
while (it != last) { | while (it != last) { |