[PR #802] [MERGED] Respect unsigned fields when tables get converted to entities. #8728

Closed
opened 2026-01-22 16:01:23 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/802
Author: @fasmide
Created: 9/26/2013
Status: Merged
Merged: 9/26/2013
Merged by: @beberlei

Base: masterHead: patch-1


📝 Commits (1)

  • 0326731 Respect unsigned fields when tables get converted to entities.

📊 Changes

1 file changed (+5 additions, -1 deletions)

View changed files

📝 lib/Doctrine/ORM/Tools/EntityGenerator.php (+5 -1)

📄 Description

This is working on our mysql setup, however i have no idea of the consequences of this change when using other RDBMSes.


🔄 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/802 **Author:** [@fasmide](https://github.com/fasmide) **Created:** 9/26/2013 **Status:** ✅ Merged **Merged:** 9/26/2013 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`0326731`](https://github.com/doctrine/orm/commit/032673134849d1833e22f16859100f4e6eaa07f7) Respect unsigned fields when tables get converted to entities. ### 📊 Changes **1 file changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Tools/EntityGenerator.php` (+5 -1) </details> ### 📄 Description This is working on our mysql setup, however i have no idea of the consequences of this change when using other RDBMSes. --- <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:23 +01:00
admin closed this issue 2026-01-22 16:01:24 +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#8728