IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17925 for trunk/ippTools


Ignore:
Timestamp:
Jun 4, 2008, 4:27:00 PM (18 years ago)
Author:
jhoblitt
Message:

more epoch value support

Location:
trunk/ippTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/pztool_find_completed_exp.sql

    r17914 r17925  
    44    telescope,
    55    state,
    6     NULL    -- epoch
     6    NULL as epoch    -- epoch
    77FROM (
    88    SELECT
  • trunk/ippTools/src/pztool.c

    r17912 r17925  
    524524                "       %" PRId64 "," // exp_id
    525525                "       pzDownloadImfile.class_id," // tmp_class_id
    526                 "       pzDownloadImfile.uri" // uri
     526                "       pzDownloadImfile.uri," // uri
     527                "       NULL" // epoch
    527528                "   FROM pzDownloadImfile"
    528529                "   WHERE"
Note: See TracChangeset for help on using the changeset viewer.