mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #877] [MERGED] Hotfix for DDC-1787 #8837
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/orm/pull/877
Author: @aaronmu
Created: 12/14/2013
Status: ✅ Merged
Merged: 12/14/2013
Merged by: @Ocramius
Base:
master← Head:DDC-1787📝 Commits (2)
600af3eAdd failing test for DDC-1787.3cc6307Fix DDC-1787.📊 Changes
2 files changed (+67 additions, -4 deletions)
View changed files
📝
lib/Doctrine/ORM/Persisters/JoinedSubclassPersister.php(+4 -4)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1787Test.php(+63 -0)📄 Description
Using joined table inheritance, when persisting multiple new entities
that are subclasses of a baseclass that has the @Version attribute set,
only the last persisted entity will have it's version set.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.