You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should NOT change the CommentText itself.
This is a mutable behavior we prefer to avoid whenever we can, and may mistakenly change previous comments of the author.
Instead, we should check if the new text is already in CommentText.
If it is exist in CommentText, we update Comment so it would refer to the CommentText foreign key.
If not, we should create a new CommentText.
The text was updated successfully, but these errors were encountered:
We should NOT change the
CommentText
itself.This is a mutable behavior we prefer to avoid whenever we can, and may mistakenly change previous comments of the author.
Instead, we should check if the new text is already in CommentText.
If it is exist in CommentText, we update Comment so it would refer to the CommentText foreign key.
If not, we should create a new CommentText.
The text was updated successfully, but these errors were encountered: