generic comments mechanism, MySQL specific support
authorBen Tilly <btilly@gmail.com>
Fri, 22 Jul 2011 23:03:34 +0000 (16:03 -0700)
committerRafael Kitover <rkitover@cpan.org>
Tue, 2 Aug 2011 07:38:10 +0000 (03:38 -0400)
commit5c06aa08ab17d9d0e8437a990b5717238deeb8fd
treeccc17e3fd3690bba06a0f648697711df3590dca5
parent8fc55df0ce3bcd9fbcb73db7d3c8ec3f7b9b1b4d
generic comments mechanism, MySQL specific support

Adds support for the table_comments and column_comments tables, which
override the db-specific metadata comment support in ::Loader::DBI.

Documents these tables in ::Loader::Base .

Also adds support for MySQL table and column comments from
information_schema.
lib/DBIx/Class/Schema/Loader/Base.pm
lib/DBIx/Class/Schema/Loader/DBI.pm
lib/DBIx/Class/Schema/Loader/DBI/Pg.pm
lib/DBIx/Class/Schema/Loader/DBI/mysql.pm
lib/DBIx/Class/Schema/Loader/RelBuilder.pm
t/10_02mysql_common.t
t/30_01comments.t [new file with mode: 0644]
t/30_02bad_comment_table.t [new file with mode: 0644]
t/30_03no_comment_table.t [new file with mode: 0644]
t/lib/make_dbictest_db_bad_comment_tables.pm [new file with mode: 0644]
t/lib/make_dbictest_db_comments.pm [new file with mode: 0644]