Menu

#66 [Perl]Method get_info can't support passing SQL_IDENTIFIER_QUOTE_CHAR parameter

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: 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}

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.