[Bast-commits] r3991 - trunk/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI

ilmari at dev.catalyst.perl.org ilmari at dev.catalyst.perl.org
Wed Jan 30 14:25:33 GMT 2008


Author: ilmari
Date: 2008-01-30 14:25:32 +0000 (Wed, 30 Jan 2008)
New Revision: 3991

Modified:
   trunk/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/Writing.pm
Log:
Mention _extra_column_info in DBIC::S::L::DBI::Writing


Modified: trunk/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/Writing.pm
===================================================================
--- trunk/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/Writing.pm	2008-01-30 13:28:49 UTC (rev 3990)
+++ trunk/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/Writing.pm	2008-01-30 14:25:32 UTC (rev 3991)
@@ -51,8 +51,9 @@
 The base DBI Loader contains generic methods that *should* work for
 everything else in theory, although in practice some DBDs need to
 override one or more of the other methods.  The other methods one might
-likely want to override are: C<_table_pk_info>, C<_table_fk_info>, and
-C<_tables_list>.  See the included DBD drivers for examples of these.
+likely want to override are: C<_table_pk_info>, C<_table_fk_info>,
+C<_tables_list> and C<_extra_column_info>.  See the included DBD drivers
+for examples of these.
 
 =cut
 




More information about the Bast-commits mailing list