X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F71mysql.t;h=83f2a8408dc076d82c170efc92514632085e7fe0;hb=5d8d86113e979681ace58e678a899fcf39ed47f2;hp=4aa48bdfdc87f5742c926d2d54671c10f29f220a;hpb=1a4e8d7c8431df44e9cf1cc4f5d261390ec789c6;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/71mysql.t b/t/71mysql.t index 4aa48bd..83f2a84 100644 --- a/t/71mysql.t +++ b/t/71mysql.t @@ -86,8 +86,9 @@ SKIP: { } ## Can we properly deal with the null search problem? - -use Data::Dump qw/dump/; +## +## Only way is to do a SET SQL_AUTO_IS_NULL = 0; on connect +## But I'm not sure if we should do this or not (Ash, 2008/06/03) NULLINSEARCH: { @@ -115,5 +116,5 @@ NULLINSEARCH: { # clean up our mess END { - $dbh->do("DROP TABLE artist") if $dbh; -} + #$dbh->do("DROP TABLE artist") if $dbh; +} \ No newline at end of file