Issue Number : 700186a
| Issue | When performing DELETE via ROWID, if the row to be deleted is modified by another transaction, the deletion is not retried and the modified data is deleted instead. |
| Cause | There was an error in the logic that detects whether the row to be deleted has been modified. |
| Solutions | The logic was corrected to properly detect whether the row to be deleted has been modified. |