doctrine-orm
doctrine-orm copied to clipboard
ORM 3 compatibility
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, psr/cache is used instead. This integration allows Nette Cache storages and cache objects in addition to PSR-6 cache pools for cache configuration. See docs for more information.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
master@b4803d4). Learn more about missing BASE report.
Additional details and impacted files
@@ Coverage Diff @@
## master #110 +/- ##
=========================================
Coverage ? 90.96%
=========================================
Files ? 10
Lines ? 354
Branches ? 0
=========================================
Hits ? 322
Misses ? 32
Partials ? 0
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@f3l1x any comment regarding doctrine 3 support?
Thank you