Fix two aliasing bugs: remove the alias when provided to new_result and add the alias...
authorDaniel Westermann-Clark <danieltwc@cpan.org>
Mon, 7 Aug 2006 22:22:31 +0000 (22:22 +0000)
committerDaniel Westermann-Clark <danieltwc@cpan.org>
Mon, 7 Aug 2006 22:22:31 +0000 (22:22 +0000)
commitab8481f509e0c74b2dbe61441564c250b457193e
tree123d1c2b64d4a2fe0c1f97342342c670caa8243a
parent824f4422ff33f9e1052507e613f7b9086f5c3103
Fix two aliasing bugs: remove the alias when provided to new_result and add the alias to the input query if we're using it (regression from 0.06)
Changes
lib/DBIx/Class/ResultSet.pm
t/64db.t
t/79aliasing.t [new file with mode: 0644]
t/lib/DBICTest.pm
t/lib/DBICTest/Schema.pm
t/lib/DBICTest/Schema/Agent.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/Artist.pm
t/lib/DBICTest/Schema/Label.pm [new file with mode: 0644]
t/lib/sqlite.sql