mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #307] [CLOSED] Proxy - added option to turn off exclusive lock #8002
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/307
Author: @hason
Created: 3/22/2012
Status: ❌ Closed
Base:
master← Head:proxy📝 Commits (3)
70f39b6Fixed tests on Windowsc02d0c8Added option to turn off exclusive lock on the file while proceeding to the writing proxy file52fcc01Added getter and setter for boolean flag proxyExclusiveLock in Configuration class📊 Changes
4 files changed (+36 additions, -7 deletions)
View changed files
📝
lib/Doctrine/ORM/Configuration.php(+25 -1)📝
lib/Doctrine/ORM/EntityManager.php(+2 -1)📝
lib/Doctrine/ORM/Proxy/ProxyFactory.php(+6 -2)📝
tests/Doctrine/Tests/ORM/Proxy/AutoloaderTest.php(+3 -3)📄 Description
LOCK_EX will not work on NFS and many other networked file systems.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.