IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18615


Ignore:
Timestamp:
Jul 18, 2008, 11:45:08 AM (18 years ago)
Author:
Paul Price
Message:

SELECTing on a sub-SELECT means that the table names are stripped off.

File:
1 edited

Legend:

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

    r18614 r18615  
    303303    if (template) {
    304304        // list only faulted rows
    305         psStringAppend(&query, " %s", "WHERE diffInputSkyfile.template != 0");
     305        psStringAppend(&query, " %s", "WHERE template != 0");
    306306    } else {
    307307        // don't list faulted rows
    308         psStringAppend(&query, " %s", "WHERE diffInputSkyfile.template = 0");
     308        psStringAppend(&query, " %s", "WHERE template = 0");
    309309    }
    310310
Note: See TracChangeset for help on using the changeset viewer.