Changeset 27878
- Timestamp:
- May 7, 2010, 12:26:59 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/scripts/pspsSchema2xml.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/scripts/pspsSchema2xml.pl
r27811 r27878 286 286 $type =~ s/TINYINT/TBYTE/; 287 287 $type =~ s/INT/TLONG/; 288 $type =~ s/FLOAT/T FLOAT/;288 $type =~ s/FLOAT/TDOUBLE/; 289 289 $type =~ s/REAL/TFLOAT/; 290 290 $type =~ s/DATE/TSTRING/;
Note:
See TracChangeset
for help on using the changeset viewer.
