Menu

#64 [Perl]Error doesn't appear when passing a not exist table to table_info

open
nobody
None
5
2012-01-13
2012-01-13
Jira Trac
No

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}

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.