Test Build:CUBRID 2008 R4.0 (8.4.0.2019) (64bit release build for linux_gnu)
OS: Linux 64
Description: Error doesn't appear when foreign_key_info method like foreign_key_info('','','master','','','')
Repro Steps
perl table_info_2.pl
Statements in table_info_2.pl:
{noformat}
my $sth=$dbh-table_info('','','nothistable') or die $dbh-errstr . :table_info error\n;
{noformat}
Actual result:
{noformat}
no error
{noformat}
Expect result:
{noformat}
error appear
{noformat}