-
Notifications
You must be signed in to change notification settings - Fork 495
Closed
Labels
Description
Hi, great job. I think many tables doesn't have a primary key composed only by a single column. Maybe it would be nice to define multiple columns with attribute Key and use them to the update and delete methods.
Sometimes columns in database are computed after insert or update, by triggers or automatic or default values. I think insert and update method have to return not only success but also the array of values to overwrite from jtable, otherwise I always need to call a reload method
Thank you
Reactions are currently unavailable