Test Build:CUBRID 2008 R4.0 (8.4.0.2019) (64bit release build for linux_gnu)
OS: Linux 64
Description: Return values of method column_info isn't in proper order
Repro Steps:
perl column_info_01.pl
Actual result:
{noformat}
1.616 at 48734.pl line 21.
8.4.0 at 48734.pl line 22.
c
a
b
id at 48734.pl line 29.
{noformat}
Expect result:
{noformat}
1.616 at 48734.pl line 21.
8.4.0 at 48734.pl line 22.
id
a
b
c at 48734.pl line 29.
{noformat}