Changeset 28003 for branches/pap/ippToPsps/scripts/pspsSchema2xml.pl
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/scripts/pspsSchema2xml.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippToPsps/scripts/pspsSchema2xml.pl
r27522 r28003 16 16 use Pod::Usage qw( pod2usage ); 17 17 18 19 my ($schemaPath, $type);18 my $schemaPath = undef; 19 my $type = undef; 20 20 21 21 # get user args 22 22 GetOptions( 23 'schema =s' => \$schemaPath,24 'type =s' => \$type,23 'schema|s=s' => \$schemaPath, 24 'type|t=s' => \$type, 25 25 ) or pod2usage( 2 ); 26 26 … … 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.
