Changeset 8168 for trunk/MagicSoft
- Timestamp:
- 10/27/06 14:07:01 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8167 r8168 18 18 19 19 -*-*- 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 20 27 21 28 2006/10/26 Daniela Dorner -
trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C
r8065 r8168 294 294 query += " MIN(fZenithDistance), MAX(fZenithDistance), "; 295 295 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), "; 297 298 query += " ELT(MAX(FIELD(fLightConditionsKEY, 1, 2, 7, 5, 8)), 1, 2, 7, 5, 8) "; 298 299 query += " FROM RunData WHERE ";
Note:
See TracChangeset
for help on using the changeset viewer.