projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5ef76b8
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/746sybase.t
b/t/746sybase.t
index
4bcc6dd
..
8cf7e14
100644
(file)
--- a/
t/746sybase.t
+++ b/
t/746sybase.t
@@
-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';