X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FMultiColumnIn.pm;h=30d7299130bca0606f44ab13b00a41f44fa2fc91;hb=f3e9f0106fd3a446938e1a981704278922fcab2d;hp=c675c1ee8372c12463f9d9ba4d44ae0cb090e349;hpb=e8fb771b9060f47eac9eaeef1d722cfe0dcfbe76;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/MultiColumnIn.pm b/lib/DBIx/Class/Storage/DBI/MultiColumnIn.pm index c675c1e..30d7299 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