Test Build:CUBRID 2008 R4.0 (8.4.0.2019) (64bit release build for linux_gnu)
OS: Linux 64
Description: Result isn't correct when $number of fetchall_arrayref([$number]) is large than number of column
Repro Steps:
{noformat}
Perl fetchall_test2.pl pl_db
{noformat}
Actual result
{noformat}
[perl@NC-XQA-DEV09 cases]$ perl fetchall_test2.pl pl_db
not empty
record:
record:
record:
{noformat}
Expect result
{noformat}
[perl@NC-XQA-DEV09 cases]$ perl fetchall_test2.pl pl_db
empty
{noformat}