X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Fbind%2Fbindtype_columns.t;h=0eab861364daead71dae4bbab74e6b569c6a55e7;hp=90ad8c6943ad4b7a60d0ea5e31d857958e8db724;hb=0007aedf713cd43ec7c96e95209a1c4117a5a851;hpb=9ba33dac83e74b37b5bde62f0f9da4cf22c0e7e4 diff --git a/t/bind/bindtype_columns.t b/t/bind/bindtype_columns.t index 90ad8c6..0eab861 100644 --- a/t/bind/bindtype_columns.t +++ b/t/bind/bindtype_columns.t @@ -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;