[PR #447] [CLOSED] Allowing for Postgres View support #8202

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/447
Author: @PsySecCorp
Created: 9/17/2012
Status: Closed

Base: 2.1.xHead: 2.1.x


📝 Commits (6)

  • 3f4be80 Allowing for PostGres View support
  • 4657788 Allowing for PostGres View support
  • 27f5f6e Allowing for PostGres View support
  • 8fc5d78 Allowing for PostGres View support
  • d839fd7 Allowing for PostGres View support
  • db9c2da Allowing for PostGres View support

📊 Changes

6 files changed (+33 additions, -2 deletions)

View changed files

📝 lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php (+2 -2)
📝 lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php (+21 -0)
📝 lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php (+3 -0)
📝 lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php (+3 -0)
📝 lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php (+3 -0)
📝 lib/Doctrine/ORM/Tools/SchemaTool.php (+1 -0)

📄 Description

This will allow an Entity to be designated as a view so that it is exempt from schema generation.


🔄 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/447 **Author:** [@PsySecCorp](https://github.com/PsySecCorp) **Created:** 9/17/2012 **Status:** ❌ Closed **Base:** `2.1.x` ← **Head:** `2.1.x` --- ### 📝 Commits (6) - [`3f4be80`](https://github.com/doctrine/orm/commit/3f4be802bb8e15dfd9af9da8a3f2b7cf75258978) Allowing for PostGres View support - [`4657788`](https://github.com/doctrine/orm/commit/465778830c4068dfc3df0e075959a61829c23526) Allowing for PostGres View support - [`27f5f6e`](https://github.com/doctrine/orm/commit/27f5f6e3cbb49f3b1acd4357c2df6f002114f85d) Allowing for PostGres View support - [`8fc5d78`](https://github.com/doctrine/orm/commit/8fc5d78b7ec74d80396228b74c7ff8d169687b21) Allowing for PostGres View support - [`d839fd7`](https://github.com/doctrine/orm/commit/d839fd7c3df8d419bb06bc4f341787330cfabbb0) Allowing for PostGres View support - [`db9c2da`](https://github.com/doctrine/orm/commit/db9c2daba700f8d76123102273f45fa090a40934) Allowing for PostGres View support ### 📊 Changes **6 files changed** (+33 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php` (+2 -2) 📝 `lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php` (+21 -0) 📝 `lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php` (+3 -0) 📝 `lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php` (+3 -0) 📝 `lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php` (+3 -0) 📝 `lib/Doctrine/ORM/Tools/SchemaTool.php` (+1 -0) </details> ### 📄 Description This will allow an Entity to be designated as a view so that it is exempt from schema generation. --- <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 15:58:52 +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#8202