- Timestamp:
- 08/14/18 15:12:06 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fits2sql.cc
r19162 r19165 682 682 catch (const exception &e) 683 683 { 684 cerr << "DELETE FROM `" +table+"` WHERE 1" << where << "\n\n";684 cerr << "DELETE FROM `" << table << "` WHERE 1" << where << "\n\n"; 685 685 cerr << "SQL query failed: " << e.what() << endl; 686 686 return 8; … … 688 688 689 689 if (print_delete) 690 cout << "DELETE FROM `" +table+"` WHERE 1" << where << endl;690 cout << "DELETE FROM `" << table << "` WHERE 1" << where << endl; 691 691 692 692 // -------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.