changed set_primary_key() to use Tie::IxHash so order of pk's is remembered. this...
authorDavid Kamholz <davekam@pobox.com>
Sat, 30 Jul 2005 17:23:49 +0000 (17:23 +0000)
committerDavid Kamholz <davekam@pobox.com>
Sat, 30 Jul 2005 17:23:49 +0000 (17:23 +0000)
commit6eec750187325f9ff6f97c7c9df654a36402b3e5
tree58bb5fe213ef6adef44f8ea891c66a25c52694f1
parent8adac9d4a14743cd7cd4b4b16c495b06441d4d18
changed set_primary_key() to use Tie::IxHash so order of pk's is remembered. this permits e.g. retrieve() to be used without specifying column names
Build.PL
lib/DBIx/Class/PK.pm
t/05multipk.t [new file with mode: 0644]
t/lib/DBICTest.pm