Changeset 8168 for trunk/MagicSoft


Ignore:
Timestamp:
10/27/06 14:07:01 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8167 r8168  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2006/10/27 Thomas Bretz
     22
     23   * datacenter/macros/buildsequenceentries.C:
     24     - included a fix for 0000-00-00 times in the run-database
     25
     26
    2027
    2128 2006/10/26 Daniela Dorner
  • trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C

    r8065 r8168  
    294294        query += " MIN(fZenithDistance), MAX(fZenithDistance), ";
    295295        query += " MIN(fAzimuth), MAX(fAzimuth), ";
    296         query += " MIN(fRunStart), MAX(fRunStop), ";
     296        query += " MIN(if(fRunStart=0,NULL,fRunStart), ";
     297        query += " MAX(if(fRunStop=0,NULL,fRunStop), ";
    297298        query += " ELT(MAX(FIELD(fLightConditionsKEY, 1, 2, 7, 5, 8)), 1, 2, 7, 5, 8) ";
    298299        query += " FROM RunData WHERE ";
Note: See TracChangeset for help on using the changeset viewer.