IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2015, 3:12:58 PM (11 years ago)
Author:
watersc1
Message:

Updated remote code with ff support and ippconfig recipes.

File:
1 edited

Legend:

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

    r38080 r38168  
    166166  else if (!strcmp(stage,"diff")) {
    167167    query = pxDataGet("remotetool_definebyquery_diff.sql");
     168    if (!query) {
     169      psError(PXTOOLS_ERR_SYS,false, "failed to retreive SQL statement");
     170      return(false);
     171    }
     172
     173    if (label) {
     174      psStringAppend(&whereOption, "\n AND (label = '%s')", label);
     175    }
     176  }
     177  else if (!strcmp(stage,"ff")) {
     178    query = pxDataGet("remotetool_definebyquery_ff.sql");
    168179    if (!query) {
    169180      psError(PXTOOLS_ERR_SYS,false, "failed to retreive SQL statement");
Note: See TracChangeset for help on using the changeset viewer.