-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: Laravel
-
None
The class MongoFailedJobProvider was created to fix the incompatibility between MongoDB’s Query Builder and Laravel’s Query Builder:
- DateTimeInterface objects converted to string for SQL databases
PHPORM-230 - ID field is id
PHPORM-147 - Expecting objects for the results
PHPORM-229
By changing the behavior of the Query Builder, this class is no longer necessary and we can use Laravel’s DatabaseFailedJobProvider with a MongoDB connection.
- depends on
-
PHPORM-147 Alias id to _id in the query builder
- Closed
-
PHPORM-229 Return query result as object instead of array for laravel/database compatibility
- Closed
-
PHPORM-230 Convert DateTimeInterface into UTCDateTime
- Closed
- is cloned by
-
PHPORM-235 Remove custom DatabaseTokenRepository
- Closed