Tags: jaleelzhang/laravel-mongodb-1
Tags
Merge pull request mongodb#1300 from MCMatters/master Add L5.5 support
Merge pull request mongodb#1289 from jenssegers/analysis-XaN2L7 Apply fixes from StyleCI
Fixed 32-bit integer overflow by allowing UTCDateTime() to get it's o… …wn current time (mongodb#1127)
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
PreviousNext