From: Marc Delisle marc@infomarc.info
Problem 4.3 exists in your current tree. Tested with the Edit link on the sakila.actor table by changing the actor_id.
In my test, grid-editing the actor_id in sakila.actor table and then click the Edit link direct me to correct page, where I can edit the row. Btw, remark 4.3 is for tables without a unique key, while actor_id is primary key. Is this correct?
To reproduce the 4.3 case, use a copy of the actor table, on which you remove the primary key.
Confirmed and will work on this.
-- Aris Feryanto