X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FManual%2FUpgradingFromV4.pod;h=4db5e74e6a436e205c6e4a5967b0e9b4bad653a1;hb=05e09a8e72aa97efa1b56a0c28e52365bc99d0aa;hp=d64f0568db77d8c84469fa426477c8c33ab1fe5b;hpb=61b3350655e40b9f9f7ef3066ce4ce76dcb75107;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/Manual/UpgradingFromV4.pod b/lib/DBIx/Class/Schema/Loader/Manual/UpgradingFromV4.pod index d64f056..4db5e74 100644 --- a/lib/DBIx/Class/Schema/Loader/Manual/UpgradingFromV4.pod +++ b/lib/DBIx/Class/Schema/Loader/Manual/UpgradingFromV4.pod @@ -20,9 +20,9 @@ C that it didn't set before. RelBuilder -The new RelBuilder will give you much nicer accessor names for relationships, -so you will no longer have conflicts between a foreign key column and the -relationship accessor itself. +The new RelBuilder will give you nicer accessor names for relationships, so you +will no longer have conflicts between a foreign key column and the relationship +accessor itself (if the FK is named C<_id>.) It will also more correctly infer the relationship type, e.g. some relationships that were previously detected as a C will now be a C