Jérôme Tamarelle

Results 121 issues of Jérôme Tamarelle

Fix PHPORM-221 Fix #3063 The sorting provided by `$near` is not important for counting, but is useful when getting paginated results. So we can convert the operation to `$geoWithin` when...

- Query Builder return stdClass: https://github.com/laravel/framework/blob/213a370b703592587bafcd52d38a0ad772ff7442/src/Illuminate/Database/Connection.php#L118C16-L118C25 - Alias id for _id everywhere. - Don’t expose _id field: No _id attribute in Eloquent. - Always convert datetime to UTCDateTime: https://github.com/laravel/framework/blob/213a370b703592587bafcd52d38a0ad772ff7442/src/Illuminate/Database/Connection.php#L733-L734 -...

docs

| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | -...

Status: Needs Review
DoctrineBridge

Currently, the aggregate methods ignore the `group by` clause. This PR change the result of ```php $builder->from('users')->groupBy('role')->count() ``` to return a Collection of `[role, count]` instead of a single total...

| Q | A | ------------- | --- | Branch? | 4.0 | Tickets | - | License | MIT | Doc PR | -

MongoDB maintains a package for Laravel integration: [mongodb/laravel-mongodb](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/) - Add MongoDB page under "Databases" menu - Add MongoDB relevant information on authentication, cache, database, queue and session pages.

Fix PHPLIB-1528 Make it easier to write partial implementations of interfaces `CommandSubscriber` and `SDAMSubscriber`. Not adding a trait for `LogSubscriber`, as this interface contains only 1 method.

### Feature Request | Q | A |------------ | ------ | New Feature | no | RFC | yes | BC Break | yes #### Summary The the `COLLECTION_PER_CLASS` inheritance...

| Q | A |------------- | ----------- | Type | feature | BC Break | no | Fixed issues | - #### Summary [Symfony EventDispatcher](https://symfony.com/doc/current/components/event_dispatcher.html) is a very close to...

| Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | Fix...

Feature
Console
Status: Needs Review