'undef =>' isn't what one would want
[dbsrgits/DBIx-Class.git] / t / 73oracle_blob.t
index c4ddf9a..0391d4b 100644 (file)
@@ -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);