[PR #925] [MERGED] [DDC-2310] [DDC-2675] [2.4] Fix SQL generation on table lock hint capable platforms #8906

Open
opened 2026-01-22 16:02:15 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/925
Author: @deeky666
Created: 1/31/2014
Status: Merged
Merged: 11/11/2014
Merged by: @Ocramius

Base: 2.4Head: DDC-2310-2.4


📝 Commits (1)

  • 0fb236f fix SQL generation on table lock hint capable platforms

📊 Changes

4 files changed (+49 additions, -50 deletions)

View changed files

📝 lib/Doctrine/ORM/Persisters/BasicEntityPersister.php (+17 -12)
📝 lib/Doctrine/ORM/Persisters/JoinedSubclassPersister.php (+10 -13)
📝 lib/Doctrine/ORM/Query/SqlWalker.php (+20 -23)
📝 tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php (+2 -2)

📄 Description

Backport of PR https://github.com/doctrine/doctrine2/pull/910 for 2.4 branch.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/925 **Author:** [@deeky666](https://github.com/deeky666) **Created:** 1/31/2014 **Status:** ✅ Merged **Merged:** 11/11/2014 **Merged by:** [@Ocramius](https://github.com/Ocramius) **Base:** `2.4` ← **Head:** `DDC-2310-2.4` --- ### 📝 Commits (1) - [`0fb236f`](https://github.com/doctrine/orm/commit/0fb236f4511d3f294f0ffe641ab1890bde8131f8) fix SQL generation on table lock hint capable platforms ### 📊 Changes **4 files changed** (+49 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Persisters/BasicEntityPersister.php` (+17 -12) 📝 `lib/Doctrine/ORM/Persisters/JoinedSubclassPersister.php` (+10 -13) 📝 `lib/Doctrine/ORM/Query/SqlWalker.php` (+20 -23) 📝 `tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php` (+2 -2) </details> ### 📄 Description Backport of PR https://github.com/doctrine/doctrine2/pull/910 for 2.4 branch. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:02:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8906