Menu

#42 [Perl]Return values of method column_info isn't in proper order

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

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}

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.