Folks,
While I don't like this bug, I don't think it's a showstopper. Correct me if I'm wrong, but the bug is only triggered if a table does not have a primary key (ok, maybe a primary key with 'say "hello"' in it would trigger it, but this would be a very unusual kind of primary key).
So in real life, probably people won't face it too often, and it could wait after 2.2.0.
Marc
Loïc a écrit :
Hi Alain & list!
Quick example of the way to face the bug #439565:
- create a table with one column of type TEXT or VARCHAR(20);
- insert a record with the value: 'say "hello"' (with the doubles quotes)
- now browse the table and try to modify/delete this record with the links displayed at the browse screen.
That's all folks ;)