forked from Vincit/objection.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modelOptions in DelegateOperation should forward to the one from...
the delegated operation - to make `modelOptions` always available in static query hooks, also when using upsertGraph(AndFetch) and patchAndFetchById - also fix the query builder being executed on the model built from a graph instead of the source(current) model - the modelOptions.old should contain the old values read from db, not the new ones from the graph.
- Loading branch information
1 parent
ff025a6
commit ad9c72c
Showing
3 changed files
with
34 additions
and
1 deletion.
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