IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 14, 2010, 12:01:03 PM (16 years ago)
Author:
watersc1
Message:

ROWNUM is defined to be a char(20) in the spec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/detectability_respond.pl

    r29130 r29157  
    644644        $columns = [
    645645            # matching rownum from detectability original request
    646             { name => 'ROWNUM',   type => 'V', writetype => TULONG },
     646            { name => 'ROWNUM',   type => '20A', writetype => TULONG },
    647647            # any errors that occurred during processing
    648648            { name => 'ERROR_CODE',   type => 'V', writetype => TULONG },
Note: See TracChangeset for help on using the changeset viewer.