-
-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: models get_or_create keyerror (#1584)
* add tests * add changelog * add changelog * fix * throw * fix test * Remove unnecessary import and update method doc * More test cases for update_or_create method * refactor: only query once before create for update_or_create method * Update changelog and fix mssql ci error * fix codacy issues --------- Co-authored-by: Waket Zheng <[email protected]>
- Loading branch information
1 parent
3c36151
commit 6b01815
Showing
3 changed files
with
60 additions
and
11 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