View | Details | Raw Unified
Collapse All | Expand All

(-) ./mysql++-1.7.34-old/lib/sql_query.h (-1 / +1 lines)
 Lines 315-321    Link Here 
		// 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) {