IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 2, 2011, 12:03:04 PM (15 years ago)
Author:
watersc1
Message:

I certainly hope this is the last change needed to make this work cleanly for the OTIS. Typo was preventing the SQL from running correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dqstatstool.c

    r31917 r31969  
    9292  }
    9393  else {
    94     psStringAppend(&query, " AND ((warp_id IS NOT NULL OR camProcessedExp.quality > 0) AND invalid IS NULL) ");
     94    psStringAppend(&query, " AND ((warpRun.warp_id IS NOT NULL OR camProcessedExp.quality > 0) AND invalid IS NULL) ");
    9595  }
    9696
Note: See TracChangeset for help on using the changeset viewer.