[Bast-commits] r8366 - DBIx-Class/0.08/branches/no_duplicate_indexes_for_pk_cols/lib/SQL/Translator/Parser/DBIx

abraxxa at dev.catalyst.perl.org abraxxa at dev.catalyst.perl.org
Mon Jan 18 14:53:08 GMT 2010


Author: abraxxa
Date: 2010-01-18 14:53:08 +0000 (Mon, 18 Jan 2010)
New Revision: 8366

Modified:
   DBIx-Class/0.08/branches/no_duplicate_indexes_for_pk_cols/lib/SQL/Translator/Parser/DBIx/Class.pm
Log:
better pod thanks to ribasushi


Modified: DBIx-Class/0.08/branches/no_duplicate_indexes_for_pk_cols/lib/SQL/Translator/Parser/DBIx/Class.pm
===================================================================
--- DBIx-Class/0.08/branches/no_duplicate_indexes_for_pk_cols/lib/SQL/Translator/Parser/DBIx/Class.pm	2010-01-18 14:39:28 UTC (rev 8365)
+++ DBIx-Class/0.08/branches/no_duplicate_indexes_for_pk_cols/lib/SQL/Translator/Parser/DBIx/Class.pm	2010-01-18 14:53:08 UTC (rev 8366)
@@ -421,7 +421,8 @@
 =head2 add_fk_index
 
 Create an index for each foreign key.
-It defaults to enabled because this is a sensible default which accelerates most rdbms.
+Enabled by default, as having indexed foreign key columns is normally the
+sensible thing to do.
 
 =head2 sources
 
@@ -430,9 +431,9 @@
 =item Arguments: @classes
 
 =back
-          
-To explicitly specify which ResultSources should be parsed.
 
+Limit the amount of parsed sources by supplying an explicit list of source names.
+
 =head1 SEE ALSO
 
 L<SQL::Translator>, L<DBIx::Class::Schema>




More information about the Bast-commits mailing list