[PR #861] [CLOSED] [DDC-2818] Adds a preQueryExecute event #8813

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/861
Author: @Strate
Created: 11/25/2013
Status: Closed

Base: masterHead: master-new-query-events


📝 Commits (1)

  • 2955130 Adds a preQueryExecute event

📊 Changes

3 files changed (+108 additions, -0 deletions)

View changed files

📝 lib/Doctrine/ORM/AbstractQuery.php (+8 -0)
lib/Doctrine/ORM/Event/PreQueryExecuteEvent.php (+92 -0)
📝 lib/Doctrine/ORM/Events.php (+8 -0)

📄 Description

Adds a new useful event, allowing to modify every query just before execution.


🔄 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/861 **Author:** [@Strate](https://github.com/Strate) **Created:** 11/25/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master-new-query-events` --- ### 📝 Commits (1) - [`2955130`](https://github.com/doctrine/orm/commit/295513099bc1b65243c3f235c8cf865d030b0fc4) Adds a preQueryExecute event ### 📊 Changes **3 files changed** (+108 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/AbstractQuery.php` (+8 -0) ➕ `lib/Doctrine/ORM/Event/PreQueryExecuteEvent.php` (+92 -0) 📝 `lib/Doctrine/ORM/Events.php` (+8 -0) </details> ### 📄 Description Adds a new useful event, allowing to modify every query just before execution. --- <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:01:49 +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#8813