From: Peter Rabbitson Date: Mon, 15 Feb 2010 09:32:24 +0000 (+0000) Subject: One more X-Git-Tag: v0.08119~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cee28da6df7d6946a52aed8380f97df50af8747b;p=dbsrgits%2FDBIx-Class.git One more --- diff --git a/lib/DBIx/Class/Storage/DBI/MultiColumnIn.pm b/lib/DBIx/Class/Storage/DBI/MultiColumnIn.pm index 2a757ea..3e85696 100644 --- a/lib/DBIx/Class/Storage/DBI/MultiColumnIn.pm +++ b/lib/DBIx/Class/Storage/DBI/MultiColumnIn.pm @@ -17,7 +17,7 @@ in fact understand WHERE (cola, colb) IN ( SELECT subcol_a, subcol_b ... ) The storage class for any such RDBMS should inherit from this class, in order to dramatically speed up update/delete operations on joined multipk resultsets. -At this point the only overriden method is C<_multipk_update_delete()> +At this point the only overridden method is C<_multipk_update_delete()> =cut