mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #774] [CLOSED] 2.3 - Allow for custom Persisters #8694
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/774
Author: @gnat42
Created: 9/4/2013
Status: ❌ Closed
Base:
2.3← Head:2.3📝 Commits (3)
427eb84Custom Entity Persisterc90ff73Merge remote-tracking branch 'upstream/2.3' into 2.3905bafdMerge remote-tracking branch 'upstream/2.3' into 2.3📊 Changes
4 files changed (+77 additions, -0 deletions)
View changed files
📝
lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php(+38 -0)📝
lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php(+4 -0)➕
lib/Doctrine/ORM/Mapping/Persister.php(+30 -0)📝
lib/Doctrine/ORM/UnitOfWork.php(+5 -0)📄 Description
I have a situation where I needed a custom persister to handle some non-portable insert statements etc. This is what I did to make it work. Not sure if you require any additional code/comments or anything to have it merged.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.