Tom H Anderson

Results 64 comments of Tom H Anderson

Filters in DoctrineORMModule configuration are passed on through to the ORM. Avoiding any work on the EntityManager before it is explicitly called, such as `$entityManager->getFilters()->enable('filter')` is avoided e.g. https://www.doctrine-project.org/projects/doctrine-orm/en/2.17/reference/filters.html#disabling-enabling-filters-and-setting-parameters I...

The issue for Service Manager 4 is https://github.com/laminas/laminas-cache/pull/297

Work on updating this library will be tracked here: https://github.com/doctrine/DoctrineModule/milestone/35

This module will be upgraded as a result of DoctrineORMModule refurbishment for orm 3. Follow this issue for updates: https://github.com/doctrine/DoctrineORMModule/issues/752

Would detaching the handleExcludeAssociation do the job you're asking for? https://github.com/doctrine/DoctrineORMModule/blob/05751818bb579c94ca8ff077332f98f9abf15021/src/Form/Annotation/DoctrineAnnotationListener.php#L66

I agree a specific solution is in order. So there are two options. 1. change the whole library to suit your specific need (hasn't been raised before) 2. detach the...

This issue requires a lot of framework to duplicate the issue. I would appreciate it if you'd provide a working application that duplicates this issue.

**notes** `doctrine/annotations` need to be brought to version 2.

I think this major release will drop support for ORM 2 (though the 6. branch of this project will live on as ORM2). This will give us a chance at...

orm3 drops support for annotaions.