- 26 Jun, 2017 5 commits
-
-
Jens Segers authored
Add default attribute to `EmbedsOneOrMany::create` method
-
Jens Segers authored
Tiny wording change, change "table" to "collection"
-
Jens Segers authored
Fixes missing QueryGrammar in Connection class
-
Jens Segers authored
Support Auto-Discovery
-
Jens Segers authored
Fix: Missing return statement
-
- 25 Jun, 2017 1 commit
-
-
Simon Schaufelberger authored
-
- 21 Jun, 2017 1 commit
-
-
Abdelrahman Omran authored
-
- 18 Jun, 2017 1 commit
-
-
Tigran Hakobyan authored
I think this meant to be "collection" not "table".
-
- 14 Jun, 2017 1 commit
-
-
D3nnisH authored
-
- 12 Jun, 2017 1 commit
-
-
Ben Argo authored
This brings it inline with the base Eloquent `create` method, and allows us to call this method without providing any attributes.
-
- 06 Jun, 2017 1 commit
-
-
Jens Segers authored
Add direct geospatial index support
-
- 04 Jun, 2017 1 commit
-
-
Ben Argo authored
Since #371 was raised back in 2014 I’ve wanted a way to improve and simplify adding geospatial indexes.
-
- 20 Mar, 2017 1 commit
-
-
Jens Segers authored
Fix #1157 (Model::has() - ErrorException: Array to string conversion)
-
- 18 Mar, 2017 1 commit
-
-
Ben Argo authored
With ‘BelongsToMany’ relationships calling the function `Jenssegers\Mongodb\Eloquent\Model::has` can throw an ErrorException with ‘Array to string conversion’. By flattening the collection here we can avoid triggering the exception.
-
- 12 Mar, 2017 2 commits
-
-
Jens Segers authored
-
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
-