The test is designed to work with blob-updates only, remove plain values
Rafael Kitover [Wed, 25 May 2011 22:01:20 +0000 (18:01 -0400)]
t/746sybase.t

index 4bcc6dd..8cf7e14 100644 (file)
@@ -439,16 +439,12 @@ SQL
     lives_ok {
       $rs->populate([
         {
-          bytea => 1,
           blob => $binstr{large},
           clob => $new_str,
-          a_memo => 2,
         },
         {
-          bytea => 1,
           blob => $binstr{large},
           clob => $new_str,
-          a_memo => 2,
         },
       ]);
     } 'insert_bulk with blobs does not die';