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: Data only be inserted into fixed database
Repro Steps:
perl simple_prepare_test.pl pl_db 33000 ($dsn="dbi:cubrid:".$db."\@localhost:".$port in simple_prepare_test.pl )
Actual Results:
no error message
data was inserted into demodb
CUBRID Perl driver can't support $dsn in this form, but we can give an error message if the $dsn is not in 'name=value' format now.