-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8/n: Reset db_id to new one only if new one is not None
Summary: As discussed in chat, we should be resetting db ids to new ones as long as the new one is not `None` (which it is in the `update` case where a new object is not being swapped in for the old due to their equality) Reviewed By: ldworkin Differential Revision: D24764391 fbshipit-source-id: 13c837c5ea0b1ee7bf89d8ddc555bf55dae8cf32
- Loading branch information
1 parent
e21e159
commit 7943317
Showing
3 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters