From: Dagfinn Ilmari Mannsåker Date: Wed, 30 Jan 2008 14:25:32 +0000 (+0000) Subject: Mention _extra_column_info in DBIC::S::L::DBI::Writing X-Git-Tag: 0.04006~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b15c57354374ac3528941e6eb29d450057a68dc8;p=dbsrgits%2FDBIx-Class-Schema-Loader.git Mention _extra_column_info in DBIC::S::L::DBI::Writing --- diff --git a/lib/DBIx/Class/Schema/Loader/DBI/Writing.pm b/lib/DBIx/Class/Schema/Loader/DBI/Writing.pm index 3742612..7bbb9d2 100644 --- a/lib/DBIx/Class/Schema/Loader/DBI/Writing.pm +++ b/lib/DBIx/Class/Schema/Loader/DBI/Writing.pm @@ -51,8 +51,9 @@ this information from DBI. 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