X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F746sybase.t;h=91bfb242945717a1f9b6906d78087350b1fe2600;hb=6eedf09afdc5140110c8f9ce108eefd2f7c85959;hp=63e4d76031fcf48f1835ffca053c094f33aa80a6;hpb=078a332fdda099091b858bfb5bf92349be74c482;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/746sybase.t b/t/746sybase.t index 63e4d76..91bfb24 100644 --- a/t/746sybase.t +++ b/t/746sybase.t @@ -46,7 +46,7 @@ for my $storage_type (@storage_types) { if ($storage_idx == 0 && $schema->storage->isa('DBIx::Class::Storage::DBI::Sybase::NoBindVars')) { -# no placeholders in this version of Sybase or DBD::Sybase +# no placeholders in this version of Sybase or DBD::Sybase (or using FreeTDS) my $tb = Test::More->builder; $tb->skip('no placeholders') for 1..$TESTS; next; @@ -130,8 +130,8 @@ SQL # mostly stolen from the blob stuff Nniuq wrote for t/73oracle.t SKIP: { - skip 'Need at least version 1.09 of DBD::Sybase to test TEXT/IMAGE', 12 - unless $DBD::Sybase::VERSION >= 1.09; + skip 'TEXT/IMAGE support does not work with FreeTDS', 12 + if $schema->storage->_using_freetds; my $dbh = $schema->storage->dbh; {