sort unique constraints
authorRafael Kitover <rkitover@cpan.org>
Thu, 18 Aug 2011 20:55:09 +0000 (16:55 -0400)
committerRafael Kitover <rkitover@cpan.org>
Thu, 18 Aug 2011 20:55:09 +0000 (16:55 -0400)
commit6d358d5830e93cbb969f4fec62d499d15f9a23e8
tree6224eaff28e9b907e5fa004fce1d3cdd938ac82c
parentc4a69b87bd3d3fdda08f05d363311a6e9d3fc0f7
sort unique constraints

Relationships and unique constraints are now sorted by name in the
Result files to cut down on pointless diff spam in version control.

This commit also adds checking for the SCHEMA_LOADER_TESTS_NOCLEANUP
environment variable when removing the test sqlite DBs used by various
tests, this allows for inspecting them with the sqlite3 shell.
Changes
TODO
lib/DBIx/Class/Schema/Loader/Base.pm
t/23dumpmore.t
t/lib/make_dbictest_db.pm
t/lib/make_dbictest_db_bad_comment_tables.pm
t/lib/make_dbictest_db_clashing_monikers.pm
t/lib/make_dbictest_db_comments.pm
t/lib/make_dbictest_db_multi_unique.pm [new file with mode: 0644]
t/lib/make_dbictest_db_plural_tables.pm
t/lib/make_dbictest_db_with_unique.pm