-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add list return to batchCreate/batchUpdate
Now that we support database-generated IDs, it is useful to get this ID returned from batchCreate. Previously, we did not return results here out of fear of allocating too much, but I now believe this is a premature optimization. If we do see cases where this causes memory issues, we can consider adding specialized versions of the batch methods that do not return results.
- Loading branch information
Showing
5 changed files
with
231 additions
and
124 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
Oops, something went wrong.