mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #447] [CLOSED] Allowing for Postgres View support #8202
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/447
Author: @PsySecCorp
Created: 9/17/2012
Status: ❌ Closed
Base:
2.1.x← Head:2.1.x📝 Commits (6)
3f4be80Allowing for PostGres View support4657788Allowing for PostGres View support27f5f6eAllowing for PostGres View support8fc5d78Allowing for PostGres View supportd839fd7Allowing for PostGres View supportdb9c2daAllowing 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.