Tags: wlazlak/laravel-mongodb
Tags
Aggregate subdocument arrays (mongodb#918) * add sub document aggregation array functionality example: Model::sum('subarray.*.price'); this method is much simpler as to use as complex raw aggregations for this function a $unwind directive will be pushed in pipeline before $group * change testSubdocumentArrayAggregate change test for different scenarios * rebase to latest master and fix style ci issues
Filling with Dot-Notation (mongodb#926) * Filling with Dot-Notation Keys Simply override `removeTableFromKey($key)` method and just return original keys in order to support dot-notation when calling `fill` on model. * Style CI * Dot-Notation Fill Tests
Merge pull request mongodb#930 from pi0/UnitTests 5.3 UnitTests
Merge pull request mongodb#769 from giolvani/patch-1 update MongoQueue.php
Merge pull request mongodb#753 from rjvandoesburg/master Pass credentials as parameters
PreviousNext