[PR #15] [CLOSED] Added fix for DDC-873 + testcase #7593

Closed
opened 2026-01-22 15:55:57 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/15
Author: @Drachenkaetzchen
Created: 11/10/2010
Status: Closed

Base: masterHead: master


📝 Commits (6)

  • 4a120fd Added instructions for running tests and setting up the test environment.
  • 2ca0fdb Forgot to add the changed file regarding running individual tests.
  • bfb58b2 Added fix+testcase for DDC-850
  • 954994f I forgot to remove two classes from use in the DDC850Test, also
  • 74972aa Added testcase for DDC-873 and bugfix.
  • 2709f77 Mistyped class name...notice to me: run AllTests and not only the single test.

📊 Changes

7 files changed (+197 additions, -2 deletions)

View changed files

📝 build.xml (+2 -1)
📝 lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php (+9 -0)
📝 lib/Doctrine/ORM/Mapping/MappingException.php (+22 -0)
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC850Test.php (+64 -0)
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC873Test.php (+53 -0)
📝 tests/README.markdown (+44 -0)
📝 tests/dbproperties.xml.dev (+3 -1)

📄 Description

See http://www.doctrine-project.org/jira/browse/DDC-873

This basically checks if you try to use @version and @id on the same field. If you do, it throws an exception.

Feel free to close the issue after pull.


🔄 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/15 **Author:** [@Drachenkaetzchen](https://github.com/Drachenkaetzchen) **Created:** 11/10/2010 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`4a120fd`](https://github.com/doctrine/orm/commit/4a120fd9f10ff60a484898d657b71075b92e0f83) Added instructions for running tests and setting up the test environment. - [`2ca0fdb`](https://github.com/doctrine/orm/commit/2ca0fdb1329a5d68cd783ded60896a18818887b9) Forgot to add the changed file regarding running individual tests. - [`bfb58b2`](https://github.com/doctrine/orm/commit/bfb58b2c037741fb331c3fdb509fb61dae000163) Added fix+testcase for DDC-850 - [`954994f`](https://github.com/doctrine/orm/commit/954994fe7cb6d3fbc9999075936810cd35a2ef67) I forgot to remove two classes from use in the DDC850Test, also - [`74972aa`](https://github.com/doctrine/orm/commit/74972aab449cb3e0eb8ab936e11970b139cb08f6) Added testcase for DDC-873 and bugfix. - [`2709f77`](https://github.com/doctrine/orm/commit/2709f7730a6fcc3bae1f5ad5fa3b3158f10f8f1c) Mistyped class name...notice to me: run AllTests and not only the single test. ### 📊 Changes **7 files changed** (+197 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `build.xml` (+2 -1) 📝 `lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php` (+9 -0) 📝 `lib/Doctrine/ORM/Mapping/MappingException.php` (+22 -0) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC850Test.php` (+64 -0) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC873Test.php` (+53 -0) 📝 `tests/README.markdown` (+44 -0) 📝 `tests/dbproperties.xml.dev` (+3 -1) </details> ### 📄 Description See http://www.doctrine-project.org/jira/browse/DDC-873 This basically checks if you try to use @version and @id on the same field. If you do, it throws an exception. Feel free to close the issue after pull. --- <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:55:57 +01:00
admin closed this issue 2026-01-22 15:55:57 +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#7593