mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #1024] [CLOSED] [DDC-3107][Persister] Remove the insertSql cache #9052
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/1024
Author: @tyx
Created: 4/30/2014
Status: ❌ Closed
Base:
master← Head:fix/dont-cache-insert-sql📝 Commits (1)
e7f4c5dRemove the insertSql cache📊 Changes
1 file changed (+2 additions, -17 deletions)
View changed files
📝
lib/Doctrine/ORM/Persisters/BasicEntityPersister.php(+2 -17)📄 Description
Here is a piece of code which leads to an exception if we keep it :
https://gist.github.com/tyx/353de6d6aaf367abd6e6
Sure it is an edge case with tricks but I'm sure Doctrine does not need this kind of optimization.
My 2 cent
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.