Menu

#45 [Perl]Wrong type return for double, decimal and blob column

open
nobody
None
5
2011-12-30
2011-12-30
Jira Trac
No

Test Build:CUBRID 2008 R4.0 (8.4.0.2019) (64bit release build for linux_gnu)
OS: Linux 64
Description: Wrong type return for double, decimal and blob column

Repro Steps
perl type_01.pl

Actual result:
{noformat}
dc 7 SQL_REAL
vc 2 DBIstcf_STRICT
c 1 DBIstcf_DISCARD_STRING
it 8 SQL_DOUBLE
bl 23
dt 13
dtt 22
db 12 SQL_VARCHAR
{noformat}

Expect result:
{noformat}
dc 7 SQL_DECIMAL
vc 2 SQL_VARCHAR
c 1 DBIstcf_DISCARD_STRING
it 8 SQL_INTEGER
bl 23 SQL_LONGVARBINARY
dt 13 SQL_DATE
dtt 22 SQL_TIMESTAMP
db 12 SQL_DOUBLE
{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.