Changeset 18440


Ignore:
Timestamp:
02/17/16 08:33:09 (9 years ago)
Author:
tbretz
Message:
The INSERT query was only build but not executed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/makeschedule.cc

    r18439 r18440  
    494494    }
    495495
    496     db.query(str.str());
     496    db.query(str.str()).exec();
    497497
    498498    cout << "Schedule entered successfully into database." << endl;
Note: See TracChangeset for help on using the changeset viewer.