Test Build:CUBRID 2008 R4.0 (8.4.0.2019) (64bit release build for linux_gnu)
OS: Linux 64
Description: Method of get_info(18) can't return database version
Repro Steps:
perl get_info_02.pl
the statements in get_info_02.pl
my $database_version=$dbh-get_info(18)
my $max_select_tables = $dbh-get_info( 106 )
Actual result:
{noformat}
Undefined subroutine DBD::cubrid::GetInfo::sql_driver_ver called at /home/perl/opt/perl5/lib/site_perl/5.14.1/x86_64-linux/DBD/cubrid.pm line 200.
{noformat}
Expect result:
{noformat}
Database connection information
database_version is 5.0.77
max_select_tables: 31
{noformat}