Change ViewDeps schema to use meaningful tables; use the number of views a view depen...
authorAmiri Barksdale <amiribarksdale@gmail.com>
Tue, 1 Jun 2010 15:21:35 +0000 (15:21 +0000)
committerAmiri Barksdale <amiribarksdale@gmail.com>
Tue, 1 Jun 2010 15:21:35 +0000 (15:21 +0000)
commit7364d776a7926a47d74fb503ca546bec719e88f3
tree870f5b0c741c91892db0f9898194a0422fbcf722
parent0ff7fd89f8ece588a58dcfbf6ba8a734b30ebca2
Change ViewDeps schema to use meaningful tables; use the number of views a view depends_on to do the sorting.
15 files changed:
lib/DBIx/Class/ResultSource/View.pm
lib/SQL/Translator/Parser/DBIx/Class.pm
t/105view_deps.t
t/lib/ViewDeps.pm
t/lib/ViewDeps/Result/ANameArtists.pm [new file with mode: 0644]
t/lib/ViewDeps/Result/AbNameArtists.pm [new file with mode: 0644]
t/lib/ViewDeps/Result/AbaNameArtists.pm [new file with mode: 0644]
t/lib/ViewDeps/Result/AbaNameArtistsAnd2010CDsWithManyTracks.pm [new file with mode: 0644]
t/lib/ViewDeps/Result/Artist.pm [new file with mode: 0644]
t/lib/ViewDeps/Result/Artwork.pm [new file with mode: 0644]
t/lib/ViewDeps/Result/CD.pm [new file with mode: 0644]
t/lib/ViewDeps/Result/Track.pm [new file with mode: 0644]
t/lib/ViewDeps/Result/TrackNumberFives.pm [new file with mode: 0644]
t/lib/ViewDeps/Result/Year2010CDs.pm [new file with mode: 0644]
t/lib/ViewDeps/Result/Year2010CDsWithManyTracks.pm [new file with mode: 0644]