IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2010, 12:26:59 PM (16 years ago)
Author:
rhenders
Message:

Some confusion over silly MSSQL floating-point types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/scripts/pspsSchema2xml.pl

    r27811 r27878  
    286286        $type =~ s/TINYINT/TBYTE/;
    287287        $type =~ s/INT/TLONG/;
    288         $type =~ s/FLOAT/TFLOAT/;
     288        $type =~ s/FLOAT/TDOUBLE/;
    289289        $type =~ s/REAL/TFLOAT/;
    290290        $type =~ s/DATE/TSTRING/;
Note: See TracChangeset for help on using the changeset viewer.