IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18889


Ignore:
Timestamp:
Aug 4, 2008, 11:49:55 AM (18 years ago)
Author:
Paul Price
Message:

Fixing: "Failed to execute SQL query. Error: Column 'fault' in where clause is ambiguous"

File:
1 edited

Legend:

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

    r18561 r18889  
    109109{
    110110    PS_ASSERT_PTR_NON_NULL(config, false);
    111    
    112     PXOPT_LOOKUP_S64(fake_id, config->args, "-fake_id", true, false); // required 
    113     PXOPT_LOOKUP_STR(mode, config->args, "-mode", true, false); // required 
    114     PXOPT_LOOKUP_STR(workdir, config->args, "-workdir", true, false); // required 
     111
     112    PXOPT_LOOKUP_S64(fake_id, config->args, "-fake_id", true, false); // required
     113    PXOPT_LOOKUP_STR(mode, config->args, "-mode", true, false); // required
     114    PXOPT_LOOKUP_STR(workdir, config->args, "-workdir", true, false); // required
    115115    PXOPT_LOOKUP_STR(label, config->args, "-label", false, false);
    116116    PXOPT_LOOKUP_STR(dvodb, config->args, "-dvodb", false, false);
     
    10331033    PXOPT_COPY_F32(config->args, where, "-solang_min", "solang", ">=");
    10341034    PXOPT_COPY_F32(config->args, where, "-solang_max", "solang", "<");
    1035     PXOPT_COPY_S16(config->args, where, "-code", "fault", "==");
     1035    PXOPT_COPY_S16(config->args, where, "-code", "warpSkyfile.fault", "==");
    10361036
    10371037    if (!psListLength(where->list)
Note: See TracChangeset for help on using the changeset viewer.