Issues while editing within the Editor Grid PK value
说明
When editing rows for a table that has a PK, the update statement generated by TOAD is much more complicated than it needs to be in that the where clause should only match on the PK values. Instead the statement where clause tries to match on nearly every field and there are complex switches involved. Sometimes the updates fail to work and this may be part of the issue.
解决办法
WORKAROUND:
A workaround, you can click the "Key Column" drop down list but without change any selection, then click OK button. The error seems work and no error anymore.
STATUS:
Waiting for a fix in a future release of Toad for SQL Server.