Subject: | Multi-column PKs |
Don't know if this is a bug, but it looks like it.
In set_up_table(), the code looks for a composite primary key if the
CDBI version is >= .93. It seems to identify the PK okay.
However, the $msg error message is already set to "has no primary key",
so it blows up with that error message for my link tables with multi
column PKs.
I guess it would be appropriate to undef the $msg error message at that
stage also.
/J