IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20542


Ignore:
Timestamp:
Nov 4, 2008, 4:51:27 PM (18 years ago)
Author:
eugene
Message:

need to be explicit wiht camRun.state

File:
1 edited

Legend:

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

    r19423 r20542  
    156156    }
    157157
    158     psString query = psStringCopy("UPDATE camRun JOIN chipRun USING(chip_id) JOIN rawExp USING(exp_id) SET state = '%s'");
     158    psString query = psStringCopy("UPDATE camRun JOIN chipRun USING(chip_id) JOIN rawExp USING(exp_id) SET camRun.state = '%s'");
    159159
    160160    if (where) {
Note: See TracChangeset for help on using the changeset viewer.