IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2017, 3:43:11 PM (9 years ago)
Author:
eugene
Message:

new check_restrict mode "value" for int values to be tested as an = not a like

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/scripts/generate

    r34014 r40093  
    342342            next;
    343343        }
    344         print FILE "\$WHERE = check_restrict ('$value', \$WHERE, 'string', 1.0);\n";
     344        print FILE "\$WHERE = check_restrict ('$value', \$WHERE, 'value', 1.0);\n";
    345345        print FILE "\$WHERE = check_restrict ('$value', \$WHERE, 'min', 1.0);\n";
    346346        print FILE "\$WHERE = check_restrict ('$value', \$WHERE, 'max', 1.0);\n";
Note: See TracChangeset for help on using the changeset viewer.