Dancer-Plugin-SimpleCRUD icon indicating copy to clipboard operation
Dancer-Plugin-SimpleCRUD copied to clipboard

Support composite primary keys

Open saberworks opened this issue 14 years ago • 0 comments

It would be great if this module could support composite primary keys. For example:

key_column => [qw/key_1 key_2 key_3/];

I have a few tables I can't use this module for because they have composite primary keys. (I may be able to write a patch for this in the next week or so.)

saberworks avatar Jun 06 '11 14:06 saberworks