Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Perl-8.4.1
-
Component/s: Perl
-
Labels:None
Description
Test Build:CUBRID 2008 R4.0 (8.4.0.2019) (64bit release build for linux_gnu)
OS: Linux 64
Description: Method get_info can't support passing SQL_IDENTIFIER_QUOTE_CHAR parameter
Repro Steps
perl getInfo_1.pl
Statements in getInfo_1.pl
my $SQL_IDENTIFIER_QUOTE_CHAR =$dbh->get_info($GetInfoType{SQL_IDENTIFIER_QUOTE_CHAR}) or die $dbh->errstr .":IDENTIFIER error\n";
print "SQL_IDENTIFIER_QUOTE_CHAR is $SQL_IDENTIFIER_QUOTE_CHAR \n";
Actual result
:IDENTIFIER error
Expect result
SQL_IDENTIFIER_QUOTE_CHAR is `
return double quote (") .