IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2010, 4:02:00 PM (16 years ago)
Author:
Paul Price
Message:

Gotta join the WHERE clause in properly.

File:
1 edited

Legend:

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

    r27518 r27519  
    11501150    if (psListLength(where->list)) {
    11511151        whereClause = psDBGenerateWhereConditionSQL(where, NULL);
    1152         psStringPrepend(&whereClause, "\n");
     1152        psStringPrepend(&whereClause, "\n AND ");
    11531153    }
    11541154    psFree(where);
Note: See TracChangeset for help on using the changeset viewer.