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!