update comment table support for multi-db_schema
authorRafael Kitover <rkitover@cpan.org>
Fri, 21 Oct 2011 16:59:17 +0000 (12:59 -0400)
committerRafael Kitover <rkitover@cpan.org>
Fri, 21 Oct 2011 16:59:17 +0000 (12:59 -0400)
commitb21abfcafc1430332b93a75843905c895a64bb78
treeef7b733e7615e4cca60ead2bede6afeef4652474
parentccf9b8a69b4aedbaee445d2240bfbf6e9b061016
update comment table support for multi-db_schema

Update the POD related to the table_comments and column_comments tables
to note that these tables must be in the same database and schema as the
tables they are describing.

Add a clone method to ::DBObject and use it to find the comment tables,
changing just the table name to table_comments_table or
column_comments_table.
lib/DBIx/Class/Schema/Loader/Base.pm
lib/DBIx/Class/Schema/Loader/DBI.pm
lib/DBIx/Class/Schema/Loader/DBObject.pm