IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23503


Ignore:
Timestamp:
Mar 24, 2009, 4:35:26 PM (17 years ago)
Author:
Paul Price
Message:

Fixing GROUP BY

Location:
trunk/ippTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/difftool_definewarpwarp_select.sql

    r23502 r23503  
    2323    AND templateRawExp.filter = inputRawExp.filter
    2424-- WHERE hook %s
    25 GROUP BY input_id
     25GROUP BY input_warp_id
  • trunk/ippTools/src/difftool.c

    r23502 r23503  
    13521352        psTrace("difftool", 1, "no rows found");
    13531353        psFree(results);
     1354        if (!psDBCommit(config->dbh)) {
     1355            psError(PS_ERR_UNKNOWN, false, "database error");
     1356            return false;
     1357        }
    13541358        return true;
    13551359    }
Note: See TracChangeset for help on using the changeset viewer.