doctrine-orm
doctrine-orm copied to clipboard
:fire: Well-integrated Doctrine ORM for Nette Framework
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,...