persistence icon indicating copy to clipboard operation
persistence copied to clipboard

The Doctrine Persistence project is a library that provides common abstractions for object mapper persistence.

Results 28 persistence issues
Sort by recently updated
recently updated
newest added

Entity directory structure (AppBundle/Entity) - Blog (directory) - Post.php - Blog2 (symlink) - Post2.php Mapping loaded from AnnotationDriver (e.g. via symfony's `bin/console doctrine:mapping:info`) will display info for Post but not...

The current implementation of `AnnotationDriver` doesn't work in Windows when the application runs inside a phar. The `RecursiveDirectoryIterator` at line [221](https://github.com/doctrine/common/blob/master/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php#L221) will search in subdirectories of `$path`, but under Windows...

Jira issue originally created by user @doctrinebot: This issue is created automatically through a Github pull request on behalf of gonzalovilaseca: Url: https://github.com/doctrine/common/pull/369 Message: This can be done more neatly,...

Bug

Jira issue originally created by user @doctrinebot: This issue is created automatically through a Github pull request on behalf of elernonelma: Url: https://github.com/doctrine/common/pull/374 Message: getManagerForClass should try to retrieve the...

This fix improves the checking if a namespace appears in a className by ensuring that the namespace ends in a `\`. Prior to this fix, the following would occur: A...

Bug

When looking at the ObjectManager interface https://github.com/doctrine/persistence/blob/3.2.x/src/Persistence/ObjectManager.php there si none `@throws` annotation for each methods. When looking at the ORM implementation https://github.com/doctrine/orm/blob/2.16.x/lib/Doctrine/ORM/EntityManager.php or the ODM implementation https://github.com/doctrine/mongodb-odm/blob/2.6.x/lib/Doctrine/ODM/MongoDB/DocumentManager.php a lot of...

The metadata cache generation, and cache saving didn't work if prefixed cache system is used. The old functionality checked if the cache item's key is in `$classNames` array. But this...

### Release Notes for [2.5.7](https://github.com/doctrine/persistence/milestone/50) 2.5.x bugfix release (patch) ### 2.5.7 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Static Analysis -...