- 27 Feb, 2019 4 commits
-
-
Jens Segers authored
Update originalIsEquivalent to work with Laravel 5.8
-
Jens Segers authored
reassigned getDatabaseName method
-
Jens Segers authored
Fix bug in version 3.3.1
-
Jens Segers authored
Remove dead code
-
- 26 Feb, 2019 1 commit
-
-
Filip Iulian Pacurar authored
-
- 09 Feb, 2019 1 commit
-
-
Simon Schaufelberger authored
-
- 24 Jan, 2019 1 commit
-
-
i.prokopenko authored
-
- 20 Dec, 2018 1 commit
-
-
reatang authored
The main solution is to solve the bugs encountered in using database alone
-
- 29 Nov, 2018 1 commit
-
-
Jens Segers authored
Replaced whereIn method retrieval for relations
-
- 28 Nov, 2018 1 commit
-
-
roman authored
Overrided whereIn method retrieval for relations, to force use standart whereIn nor whereInRawInteger
-
- 27 Nov, 2018 1 commit
-
-
Jens Segers authored
laravel/lumen 5.7.14 compatibility
-
- 23 Nov, 2018 1 commit
-
-
Zuken authored
Updated model to be compatible with laravel/lumen 5.7.14
-
- 17 Nov, 2018 1 commit
-
-
Jens Segers authored
Fix typos
-
- 06 Nov, 2018 1 commit
-
-
Rowayda-Khayri authored
-
- 16 Aug, 2018 2 commits
-
-
Jens Segers authored
Fix issue using query builder first() method (in case with usage outside the Laravel)
-
Tokman authored
-
- 22 Jul, 2018 2 commits
-
-
🐳 Jens Segers authored -
Jens Segers authored
Changes in travis build
-
- 27 Jun, 2018 1 commit
-
-
Stanislav Shupilkin authored
-
- 26 Jun, 2018 6 commits
-
-
Stanislav Shupilkin authored
-
Stanislav Shupilkin authored
-
Stanislav Shupilkin authored
-
Stanislav Shupilkin authored
-
Stanislav Shupilkin authored
-
Stanislav Shupilkin authored
-
- 18 Jun, 2018 1 commit
-
-
👷 Jens Segers authored
-
- 26 Apr, 2018 3 commits
-
-
Jens Segers authored
Apply fixes from StyleCI
-
Jens Segers authored
-
Jens Segers authored
Fixed Error "Cannot use object of type MongoDB\BSON\UTCDateTime as array"
-
- 25 Apr, 2018 2 commits
-
-
Jens Segers authored
fix serialize embedded relationships
-
Jens Segers authored
fix dsn config when not unix socket
-
- 10 Apr, 2018 1 commit
-
-
Jens Segers authored
Fix #1293: Exception: BelongsToMany Is Not supported for hybrid query constraints! #1324
-
- 07 Apr, 2018 2 commits
-
-
Ben Argo authored
Without this statement, the reaffirming of belongsToMany relations would fail. The original commit was to prove a point in an issue, but for it to work in the real world this extra bit is added.
-
Ben Argo authored
This temporarily skirts around the issue described in the following issue: https://github.com/jenssegers/laravel-mongodb/issues/1293
-
- 03 Apr, 2018 2 commits
-
-
Jens Segers authored
Fix drop index
-
Jens Segers authored
Updated DatabaseFailedJobProvider
-
- 27 Mar, 2018 1 commit
-
-
Mike Nichols authored
Fixes bug that prevents dropping compound indexes with multiple fields. Indexes can now be dropped by name or column list, adhering to the Illuminate Blueprint interface.
-
- 23 Mar, 2018 1 commit
-
-
Mike Nichols authored
Updated DatabaseFailedJobProvider to return object(s) instead of arrays as defined by the FailedJobProviderInterface. Fixes a bug that caused queue:retry to fail when using mongodb for failed jobs.
-
- 08 Mar, 2018 1 commit
-
-
Hamid Alaei V authored
-
- 03 Mar, 2018 1 commit
-
-
Roman Mukhamadeev authored
-