-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow KeyConditionExpression when model has composite key and partiti…
…on key only is passed in where (#254) * Allow KeyConditionExpression when model has composite key and partition key only is passed in where * fix: check if all conditions columns are present in model key names * fix: array_search can return 0 so we can't use only ! but we have to check if the result is === false * aws_iam_role debug taken from env * excluded .idea folder from git * changed composer info * fix check on wrong place * use APP_DEBUG if DYNAMO_DEBUG is not set * fixed check on condition * only DYNAMODB_DEBUG --------- Co-authored-by: Claudio La Barbera <[email protected]>
- Loading branch information
1 parent
9638116
commit d406957
Showing
3 changed files
with
12 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ dynamodb_local_test.db | |
/nbproject | ||
*.log | ||
.php_cs.cache | ||
.idea | ||
|
||
.phpunit.result.cache |
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