mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #9] [MERGED] Bug fixes 2012/10 #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/KeyValueStore/pull/9
Author: @jonmchan
Created: 10/3/2012
Status: ✅ Merged
Merged: 11/19/2012
Merged by: @beberlei
Base:
master← Head:bugFixes-2012-10📝 Commits (7)
aea2dadupdated bootstrap path to comply with new path (see https://github.com/composer/composer/issues/497)066b047updated ClassMetadataFactory to fit doctrine (09cf5f63bc) changes in AbstractClassMetadataFactory46f5825updated ClassMetadataFactory to fit doctrine (c6a01cc34e) changes in AbstractClassMetadataFactory479e2cfupdated readme to reflect changes in EntityManager constructor - fixes #82068743updated readme with CRUD examplese4e5e14KeyValueStore does not support mapped superclass - any mapped class should be considered as an entity.c5b8c19corrected erroneous readme📊 Changes
3 files changed (+34 additions, -5 deletions)
View changed files
📝
README.md(+24 -3)📝
lib/Doctrine/KeyValueStore/Mapping/ClassMetadataFactory.php(+9 -1)📝
tests/bootstrap.php(+1 -1)📄 Description
Here's the changes that I had to fix to get it working with the latest dev version of doctrine/common. I also updated the README to reflect code changes and to add clarification on how to use the EntityManager.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.