Ignore:
Timestamp:
11/16/11 00:37:09 (13 years ago)
Author:
tbretz
Message:
Fixed query to not get deleted entries from teh database.
File:
1 edited

Legend:

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

    r12335 r12533  
    436436                   "FROM ProgramOption "
    437437                   "WHERE fCounter=(SELECT MAX(fCounter) FROM History) "
     438                   "AND NOT ISNULL(fValue) "
    438439                   "AND (fProgram='"+prgname+"' OR fProgram='*')").store();
    439440    /* throws exceptions
Note: See TracChangeset for help on using the changeset viewer.