X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F73oracle_blob.t;fp=t%2F73oracle_blob.t;h=0391d4b13c3f2fd213428c4a98864571c7886acc;hb=7e175371f73976dae12fdebec4850832edcae580;hp=c4ddf9aab16f5aa709078fced610937cb3529621;hpb=65abdb85797eb31514fa88ba5ae7ad6f7208c457;p=dbsrgits%2FDBIx-Class.git diff --git a/t/73oracle_blob.t b/t/73oracle_blob.t index c4ddf9a..0391d4b 100644 --- a/t/73oracle_blob.t +++ b/t/73oracle_blob.t @@ -126,7 +126,7 @@ SKIP: { { blob => "blob:$str", clob => "clob:$str" }, { from => \ "(SELECT * FROM ${q}bindtype_test${q} WHERE ${q}id${q} != ?) ${q}me${q}", - bind => [ [ undef => 12345678 ] ], + bind => [ [ {} => 12345678 ] ], } )->get_column('id')->as_query);