Skip Menu |

This queue is for tickets about the DBD-Sybase CPAN distribution.

Report information
The Basics
Id: 123145
Status: open
Priority: 0/
Queue: DBD-Sybase

People
Owner: Nobody in particular
Requestors: ZHENYZ [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.16
Fixed in: (no value)



Subject: DBI bind_param() fails for TINYINT
It would result the error "Implicit conversion from datatype 'VARCHAR' to 'TINYINT' is not allowed". This is because SQL_TINYINT is not supported in this method https://metacpan.org/source/MEWP/DBD-Sybase-1.16/dbdimp.c#L5588 So could you please fix it. Thanks!
On Thu Sep 28 04:12:22 2017, ZHENYZ wrote: Show quoted text
> It would result the error "Implicit conversion from datatype 'VARCHAR' > to 'TINYINT' is not allowed". This is because SQL_TINYINT is not > supported in this method https://metacpan.org/source/MEWP/DBD-Sybase- > 1.16/dbdimp.c#L5588 So could you please fix it. Thanks!
I am experiencing the same issue with SQL_BIGINT.