- Timestamp:
- 08/14/18 15:11:48 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/root2sql.cc
r19162 r19164 697 697 catch (const exception &e) 698 698 { 699 cerr << "SELECT 1 FROM `" +table+"` WHERE 1" << where << " LIMIT 1\n\n";699 cerr << "SELECT 1 FROM `" << table << "` WHERE 1" << where << " LIMIT 1\n\n"; 700 700 cerr << "SQL query failed: " << e.what() << endl; 701 701 return 6; … … 703 703 704 704 if (print_select) 705 cout << "SELECT 1 FROM `" +table+"` WHERE 1" << where << " LIMIT 1" << endl;705 cout << "SELECT 1 FROM `" << table << "` WHERE 1" << where << " LIMIT 1" << endl; 706 706 707 707 try
Note:
See TracChangeset
for help on using the changeset viewer.