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=fd6687a2ebe23f631656136106280ff7721e3353;hp=c4ddf9aab16f5aa709078fced610937cb3529621;hpb=e4b7965756585569b14566676e8c953a123bbe40;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);