[PR #5] [MERGED] Corrected namespaces for Query and ODMQuery. #2

Open
opened 2026-01-23 11:27:08 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/couchdb-documentation/pull/5
Author: @janpieper
Created: 11/2/2011
Status: Merged
Merged: 11/5/2011
Merged by: @beberlei

Base: masterHead: patch-4


📝 Commits (1)

  • 71c4cc2 Corrected namespaces for Query and ODMQuery.

📊 Changes

1 file changed (+2 additions, -4 deletions)

View changed files

📝 en/reference/map-reduce-queries.rst (+2 -4)

📄 Description

$ find . -name *Query.php*
./lib/Doctrine/ODM/CouchDB/View/ODMQuery.php
./lib/Doctrine/ODM/CouchDB/View/ODMLuceneQuery.php
./lib/Doctrine/CouchDB/View/LuceneQuery.php
./lib/Doctrine/CouchDB/View/Query.php
./lib/Doctrine/CouchDB/View/AbstractQuery.php

🔄 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/couchdb-documentation/pull/5 **Author:** [@janpieper](https://github.com/janpieper) **Created:** 11/2/2011 **Status:** ✅ Merged **Merged:** 11/5/2011 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `patch-4` --- ### 📝 Commits (1) - [`71c4cc2`](https://github.com/doctrine/couchdb-documentation/commit/71c4cc24ef57bfa04d1d956b403b8e5d12ed521e) Corrected namespaces for Query and ODMQuery. ### 📊 Changes **1 file changed** (+2 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `en/reference/map-reduce-queries.rst` (+2 -4) </details> ### 📄 Description ``` $ find . -name *Query.php* ./lib/Doctrine/ODM/CouchDB/View/ODMQuery.php ./lib/Doctrine/ODM/CouchDB/View/ODMLuceneQuery.php ./lib/Doctrine/CouchDB/View/LuceneQuery.php ./lib/Doctrine/CouchDB/View/Query.php ./lib/Doctrine/CouchDB/View/AbstractQuery.php ``` --- <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-23 11:27:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/couchdb-documentation#2