Subject: | DBIx::Class::Storage::DBI::Sybase::ASE error in comparing FreeTDS version |
In Line 125:
if (
$self->_using_freetds
&&
(my $ver = $self->_using_freetds_version||999) > 0.82
) {
My FreeTDS version reports "0.91.103" which will cause the numerical comparison to fail and lead to a warning and wrongly disabled cached statements.
Either "_using_freetds_version" in
DBIx::Class::Storage::DBI::Sybase or the comparison should be fixed.
Best Regards
Thomas