Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Perl-8.4.1
-
Component/s: Perl
-
Labels:None
Description
Test Build:CUBRID 2008 R4.0 (8.4.0.2019) (64bit release build for linux_gnu)
OS: Linux 64
Description: Method of type_info_all can't work normally
Repro Steps:
perl type_info_all_01.pl
Actual result:
can't return result of type_info_all
Expect result:
return a refence to an array. this array contain the information about each data type. such as: DATA_TYPE: 12; TYPE_NAME: varchar; DATA_TYPE: 3; TYPE_NAME: decimal; DATA_TYPE: -6; TYPE_NAME: tinyint; DATA_TYPE: 5; TYPE_NAME: smallint; DATA_TYPE: 4; TYPE_NAME: integer; DATA_TYPE: 7; TYPE_NAME: float; DATA_TYPE: 6; TYPE_NAME: double; DATA_TYPE: 8; TYPE_NAME: double; DATA_TYPE: 11; TYPE_NAME: timestamp; DATA_TYPE: -5; TYPE_NAME: bigint; DATA_TYPE: 4; TYPE_NAME: middleint; DATA_TYPE: 9; TYPE_NAME: date; DATA_TYPE: 10; TYPE_NAME: time;
Actually, we haven't implement this function yet. Therefore, we add it in rev: 332