X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbind%2Fbindtype_columns.t;h=629185d0ff433640785eeaad3599b6afe08c0c4d;hb=559ae74c70e1dff7929ffe80531b79a3c9f32377;hp=1462d9bde952f3c74e17bb6dc9a44ac2794b6b72;hpb=56095091b1629f5482ec4e344fd304d7863ea126;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/bind/bindtype_columns.t b/t/bind/bindtype_columns.t index 1462d9b..629185d 100644 --- a/t/bind/bindtype_columns.t +++ b/t/bind/bindtype_columns.t @@ -49,10 +49,7 @@ my $new; is($row->get_column('bytea'), $big_long_string, "Created the blob correctly."); } -TODO: { - local $TODO = - 'Passing bind attributes to $sth->bind_param() should be implemented (it only works in $storage->insert ATM)'; - +{ my $rs = $schema->resultset('BindType')->search({ bytea => $big_long_string }); # search on the bytea column (select)