IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18614


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

By the LEFT JOIN, diffInputSkyfile.template may be NULL.

File:
1 edited

Legend:

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

    r18613 r18614  
    828828    } else {
    829829        // don't list faulted rows
    830         psStringAppend(&query, " %s", " AND diffInputSkyfile.template = 0");
     830        psStringAppend(&query, " %s",
     831                       " AND (diffInputSkyfile.template = 0 OR diffInputSkyfile.template IS NULL)");
    831832    }
    832833
Note: See TracChangeset for help on using the changeset viewer.