auto-disambiguate monikers from different schemas
authorRafael Kitover <rkitover@cpan.org>
Thu, 17 Nov 2011 21:03:06 +0000 (16:03 -0500)
committerRafael Kitover <rkitover@cpan.org>
Thu, 17 Nov 2011 23:00:29 +0000 (18:00 -0500)
commit4c2e2ce9f827fbe28aa59e242050167d50ffc705
tree38202a5dc163fab4eb237007c77a1fd867f1f11e
parenteeeab5406ba5610482bfa3220a918363c35ed3e1
auto-disambiguate monikers from different schemas

Automatically prefix schema and/or database to clashing monikers for the
same table name from different schemas/databases.

Update docs to reflect this behavior.

Also rewrite all the multischema tests to use this new feature instead
of explicit moniker_parts.
Changes
lib/DBIx/Class/Schema/Loader/Base.pm
t/10_02mysql_common.t
t/10_03pg_common.t
t/10_04db2_common.t
t/10_05ora_common.t
t/10_06sybase_common.t
t/10_07mssql_common.t
t/10_08sqlanywhere_common.t
t/10_10informix_common.t