X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbind%2Fbindtype_columns.t;h=0eab861364daead71dae4bbab74e6b569c6a55e7;hb=0007aedf713cd43ec7c96e95209a1c4117a5a851;hp=72b460c047a1b27756e62ab7709623d5b0bd7c57;hpb=d7f20fdf18a715c90597dd65167d4dafaac7c69f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/bind/bindtype_columns.t b/t/bind/bindtype_columns.t index 72b460c..0eab861 100644 --- a/t/bind/bindtype_columns.t +++ b/t/bind/bindtype_columns.t @@ -1,5 +1,5 @@ use strict; -use warnings; +use warnings; use Test::More; use lib qw(t/lib); @@ -32,6 +32,8 @@ my $dbh = $schema->storage->dbh; ],{ RaiseError => 1, PrintError => 1 }); } +$schema->storage->debug(0); # these tests spew up way too much stuff, disable trace + my $big_long_string = "\x00\x01\x02 abcd" x 125000; my $new;