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
{noformat}
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;
{noformat}
Actual result
{noformat}
:IDENTIFIER error
{noformat}
Expect result
{noformat}
SQL_IDENTIFIER_QUOTE_CHAR is `
{noformat}