IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 17, 2008, 2:39:35 PM (18 years ago)
Author:
eugene
Message:

changed to new state values (new, full, etc)

File:
1 edited

Legend:

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

    r19092 r19101  
    837837        "           USING(warp_id, skycell_id, tess_id)\n"
    838838        "       WHERE\n"
    839         "           warpRun.state = 'run'\n"
     839        "           warpRun.state = 'new'\n"
    840840        "       GROUP BY\n"
    841841        "           warpRun.warp_id\n"
     
    877877        "       USING(warp_id, skycell_id)\n"
    878878        "   WHERE\n"
    879         "       warpRun.state = 'run'\n"
     879        "       warpRun.state = 'new'\n"
    880880        "   GROUP BY\n"
    881881        "       warpRun.warp_id\n"
     
    893893    char *query =
    894894        "UPDATE warpRun\n"
    895         "   SET warpRun.state = 'stop'\n"
     895        "   SET warpRun.state = 'full'\n"
    896896        " WHERE\n"
    897897        "   warpRun.warp_id =\n"
Note: See TracChangeset for help on using the changeset viewer.