forked from dresende/node-orm2
-
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.
Rewrote utils.checkConditions dresende#293
Improves support for multi-key objects, still missing the ability to handle multi-value conditions for multi-key objects. Added a test to verify that it does work correctly for single-primarykey objects with multiple possible values (generates a `foreignkey` IN ('val1', 'val2'...) statement)
- Loading branch information
1 parent
7f49c12
commit 614b7de
Showing
3 changed files
with
98 additions
and
37 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