doctrine-orm icon indicating copy to clipboard operation
doctrine-orm copied to clipboard

:fire: Well-integrated Doctrine ORM for Nette Framework

Results 13 doctrine-orm issues
Sort by recently updated
recently updated
newest added

This fixes situations, when entity manager is closed properly - because removing the EntityManager from container does not fix closed entity manager in existing instances of services in DI container...

Fixes coding standard and lowest dependencies test.

## BC breaks ### Removed annotations support Use attributes instead. ### Removed `Nettrine\ORM\ManagerRegistry::getAliasNamespace()` Support for entity namespace alias was removed in ORM: https://github.com/doctrine/orm/blob/3.0.x/UPGRADE.md#bc-break-removed-support-for-entity-namespace-alias ### Cache `doctrine/cache` is no longer supported,...