- 12 Mar, 2017 1 commit
-
-
Jens Segers authored
Issue #1131 fix
-
- 11 Mar, 2017 1 commit
-
-
evaldas-leliuga authored
-
- 01 Mar, 2017 1 commit
-
-
Marko Vodanović authored
- fixed possiblilty to specify index names when creating them - also fixed docstring comments so code completion works properly when using IDEs
-
- 26 Feb, 2017 2 commits
-
-
wppd authored
* fix query builder delete * tweak a bit * tweak the test
-
Jens Segers authored
-
- 24 Feb, 2017 1 commit
-
-
Jens Segers authored
-
- 23 Feb, 2017 1 commit
-
-
Dan Behrman authored
-
- 20 Feb, 2017 2 commits
-
-
Jens Segers authored
-
Jens Segers authored
-
- 18 Feb, 2017 4 commits
-
-
Jens Segers authored
-
Jens Segers authored
-
Jens Segers authored
-
Jens Segers authored
-
- 16 Feb, 2017 2 commits
-
-
Jens Segers authored
-
Jens Segers authored
-
- 15 Feb, 2017 6 commits
-
-
Dariusz Prząda authored
-
Jens Segers authored
-
Ben Argo authored
Since the function has a check for `! $value` and assigns the MongoDB default of ‘_id’ we should be able to omit the property.
-
Dan Behrman authored
-
Eslam Salem authored
* get the Other/Owner Key name based on different version of Illuminate/Database * get the Other/Owner Key name based on different version of Illuminate/Database (all relations) * change function name to more readable
-
Jens Segers authored
-
- 14 Feb, 2017 1 commit
-
-
Jens Segers authored
-
- 27 Jan, 2017 1 commit
-
-
Bogdan Stănescu authored
* Add test for multiple level nested dot notation * Fix multiple level attributes using dot notation * Mantain parent logic on attribute read for non dot keys
-
- 25 Jan, 2017 1 commit
-
-
hussainweb authored
Fixes #1077
-
- 10 Jan, 2017 1 commit
-
-
Jivesh S. Gahlawat authored
-
- 03 Jan, 2017 1 commit
-
-
Thijs de Maa authored
Relatinoships -> relationships
-
- 10 Dec, 2016 1 commit
-
-
Jens Segers authored
-
- 04 Nov, 2016 1 commit
-
-
juanf authored
-
- 31 Oct, 2016 8 commits
-
-
Jens Segers authored
-
Jens Segers authored
-
Jens Segers authored
-
Jens Segers authored
-
Deividas Petraitis authored
* Recursive Convert Dates In Where Clause * Fix StyleCI
-
Fiete Börner authored
-
-
Jens Segers authored
-
- 07 Oct, 2016 3 commits
-
-
Fiete Börner authored
* 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
-
Jens Segers authored
-
Craig Morris authored
* Remove dependency on Laravel Application * styleci
-
- 28 Sep, 2016 1 commit
-
-
Pooya Parsa authored
* 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
-