Menu

#43 [Perl]Method of type_info_all can't work normally

open
nobody
None
5
2011-12-30
2011-12-30
Jira Trac
No

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:
{noformat}
can't return result of type_info_all
{noformat}

Expect result:
{noformat}
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;

{noformat}

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.