Christophe Coevoet
Christophe Coevoet
Is this related to an upgrade of doctrine packages or to an upgrade of PHP ? I think PHP changed at some point the way property lists (from the class...
Actually, for traits, this does not even depend on the PHP version. All PHP versions report the trait property after the class property: https://3v4l.org/MGBE4#veol
Replacing the comment explaining why `executeQuery` is used today is a no-go. This ignores the fact that we tried that in the past, had to revert it due to regressions...
PDO (and some other DB drivers) have 2 different methods depending on the *result* of the query (more than on the permission they need): - an API returning a result...
doctrine/migrations itself uses transactions when using either transactional migrations (which you seem to have disabled here based on the code snippet, but your last sentence says the opposite) or when...
I submitted new type declarations in https://github.com/DefinitelyTyped/DefinitelyTyped/pull/73736 for version 6 of gulp-sass, using types declared in `@sass/types` to support old the modern option of sass.
using `columnDefinition` is known to cause issue with the schema comparator of DBAL, as it is a way to bypass the actual schema handling of DBAL (and so the comparator...
> Note that in the past, we used `spl_object_hash()`, switching back to that might be a solution. This suffers exactly form the same issue, given that `spl_object_hash()` is derived from...
@alcaeus if a *new* interface is created, there is no issue for the ODM, as Collection would still not require implementing Selectable.