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}