Test Build:CUBRID 2008 R4.0 (8.4.0.2019) (64bit release build for linux_gnu)
OS: Linux 64
Description: Method of fetchall_arrayref can't support fetchall_arrayref({}) function
Repro Steps:
{noformat}
perl test pl_db
{noformat}
Actual Result:
{noformat}
[perl@NC-XQA-DEV09 cases]$ perl test1.pl pl_db
Not an ARRAY reference at test1.pl line 28.
{noformat}
Expect Result:
{noformat}
[perl@NC-XQA-DEV09 cases]$ perl test1.pl pl_db
age: 90
age: 7823467
age: 8934
{noformat}