Bernhard Rusch

Results 170 comments of Bernhard Rusch

Mainly all `ElementInterface`, so e.g. `Pimcore\Model\Document\Page`

Unfortunately this seems to be impossible ... see details https://github.com/pimcore/pimcore/pull/11674#issuecomment-1149559394

Agree as well. I think a possible compromise could be using the DAOs as services and trying to move more and more stuff out of the `save()` methods. This would...

@Alanin @fashxp To me it seems we could cover most of the mentioned stuff by introducing additional interfaces for assets that allow us to get rid of the hardcoded stuff...

@BlackbitDevs I can confirm the issue and that the fix works for `crop`. To be consistent we should fix the issue for all the other affected transformation methods as well,...

@mattamon thanks for sharing your findings 😊 I guess most of the issues are caused by the fact that those bundles deliver recipes for creating a Symfony project from scratch....

@dvesh3 probably we don't even need this extra column, as the PHP serialized value always starts with `a:` - that could be also the indicator how to deal with the...

@markus-moser let's do it in one go in the next major version.

See also https://github.com/pimcore/pimcore/issues/9727#issuecomment-910634278 @markus-moser shared some feedback there, where it seems that the `LIKE` query on the `path` column is still faster.

To me it seems quite safe to change that. The only thing I've seen is that we might need some additional work here, as it assumes that only relational data-types...