Tags: nxu/laravel-mongodb
Tags
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
Merge pull request mongodb#930 from pi0/UnitTests 5.3 UnitTests
PreviousNext