X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI.pm;h=7be2455c6bcc1f4eaf1afba7093585be8627ef6d;hb=8d56944855eaaaa09ee8563ec0700d7e1b54337a;hp=22477fe948050b65e3241e7cc84617382e233497;hpb=6c0230de282983fa588795e3f81ce16fcd9ef316;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI.pm b/lib/DBIx/Class/Storage/DBI.pm index 22477fe..7be2455 100644 --- a/lib/DBIx/Class/Storage/DBI.pm +++ b/lib/DBIx/Class/Storage/DBI.pm @@ -2521,8 +2521,11 @@ sub lag_behind_master { L uses L names as table aliases in queries. -This hook is to allow specific C drivers to change the way these -aliases are named. +This hook is to allow specific L drivers to change the +way these aliases are named. + +The default behavior is C<"$relname_$join_count" if $join_count > 1>, otherwise +C<"$relname">. =cut