X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FNoBindVars.pm;h=7027ad6350df540c538fb2c39da45eb018623d1e;hb=5fd73721c5877a68d3ca0746e27f52701b57790d;hp=349f658800b98a7554918851e11f86ab425b1ad3;hpb=35e3ee0e6d75e25434046bdf26ef760f4dcd264b;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Storage/DBI/NoBindVars.pm b/lib/DBIx/Class/Storage/DBI/NoBindVars.pm index 349f658..7027ad6 100644 --- a/lib/DBIx/Class/Storage/DBI/NoBindVars.pm +++ b/lib/DBIx/Class/Storage/DBI/NoBindVars.pm @@ -61,7 +61,7 @@ sub _prep_for_execute { } $new_sql .= join '', @sql_part; - return ($new_sql); + return ($new_sql, []); } =head1 AUTHORS