Changeset 11594 for trunk/FACT++/src
- Timestamp:
- 07/26/11 10:22:43 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Configuration.cc
r11586 r11594 438 438 }*/ 439 439 440 // Retrieve a subset of the sample stock table set up by resetdb441 // and display it.442 // FIXME: What about a prefix?443 const mysqlpp::StoreQueryResult res = conn.query("select `Key`, Value from Configuration").store();440 const mysqlpp::StoreQueryResult res = 441 conn.query("SELECT fProgram, CONCAT(fKey1,fKey2), fValue " 442 "FROM ProgramOption WHERE fCounter=" 443 "(SELECT MAX(fCounter) FROM History)").store(); 444 444 /* throws exceptions 445 445 if (!res)
Note:
See TracChangeset
for help on using the changeset viewer.