Example #1
0
 public function provideGenerateQueryShouldUsePartialResultSets()
 {
     return ['simple' => [Collection::article()->author[42], ['_id' => ['AttributeValueList' => [['N' => 42]], 'ComparisonOperator' => 'EQ']]]];
 }
Example #2
0
 public function provideGenerateQueryShouldUsePartialResultSets()
 {
     return ['simple' => [Collection::article()->author['56d6fb233f90a8231f0041a9'], ['author._id' => new ObjectID('56d6fb233f90a8231f0041a9')]]];
 }