Christophe Coevoet
Christophe Coevoet
The base extension available in HttpKernel only adds support for registering some classes to be added in the cache warmer of the doctrine/annotations parser, compared to the base class of...
* Phase 1 - [x] Specification (https://github.com/sass/sass/pull/4155) - [x] Tests (https://github.com/sass/sass-spec/pull/2092) - [x] Dart Sass (https://github.com/sass/dart-sass/pull/2693) - [x] Website (https://github.com/sass/sass-site/pull/1504) - [x] [Migrator](https://github.com/sass/migrator/issues/283) (https://github.com/sass/migrator/pull/286) * Phase 2 - [ ]...
This runtime is more a PSR-15 runtime than a PSR-17 one. The implementation relies (optionally) on PSR-17 to know how to create the PSR-7 request. But the application logic being...
PostLoad listeners might initialize values for transient properties, so the proxy should not skip initialization when using transient properties. Closes https://github.com/doctrine/orm/issues/11524
The Paginator class exposes settings to configure how queries are paginated: - `fetchJoinCollections`, which defaults to `true` - `useOutputWalker`, which defaults to using it if the query does not already...
The ORDER BY clause allows to use functions. Today, I tried to use `COALESCE` there, thinking that it was a function (which it is in SQL). However, the DQL parser...
In Doctrine ORM 2.x, when an exception occurs during a flush, the EntityManager gets closed, because its unit of work is in a broken state. But once it is closed,...
the CI jobs seems to be relying on github secrets to be present. But those secrets are not exposed in pull_request jobs for untrusted PRs (i.e. PRs coming from forks)...
Instead of the outdated setup using the unmaintained phantomjs, this now uses `@web/test-runner` and runs tests in an actual browser. I also updated QUnit to its latest version instead of...