X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fresultset%2Fupdate_delete.t;h=917e12f6d4a22aeddaebd4815ee5e413a54f2ebe;hb=8d005ad9929e4bf227919cb6374e2a9e9689324f;hp=3314b881b8268764f843073c1e651a89100ac9f4;hpb=4f90e9f81ee3fc1ed1a145c15a1676674c0c54b2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/resultset/update_delete.t b/t/resultset/update_delete.t index 3314b88..917e12f 100644 --- a/t/resultset/update_delete.t +++ b/t/resultset/update_delete.t @@ -133,13 +133,14 @@ is_same_sql_bind ( AND fourkeys_to_twokeys.f_foo = me.foo AND fourkeys_to_twokeys.f_goodbye = me.goodbye AND fourkeys_to_twokeys.f_hello = me.hello - WHERE fourkeys_to_twokeys.pilot_sequence != ? AND ( bar = ? OR bar = ? ) AND ( foo = ? OR foo = ? ) AND ( goodbye = ? OR goodbye = ? ) AND ( hello = ? OR hello = ? ) AND sensors != ? + WHERE ( bar = ? OR bar = ? ) AND ( foo = ? OR foo = ? ) AND fourkeys_to_twokeys.pilot_sequence != ? AND ( goodbye = ? OR goodbye = ? ) AND ( hello = ? OR hello = ? ) AND sensors != ? ) ) ', [ + ("'1'", "'2'") x 2, "'666'", - ("'1'", "'2'") x 4, + ("'1'", "'2'") x 2, "'c'", ], 'Correct update-SQL with multicolumn in support',