[PR #659] [CLOSED] [wip] Pr mapping import #8518

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/659
Author: @bronze1man
Created: 5/7/2013
Status: Closed

Base: 2.3Head: PR-mapping-import


📝 Commits (2)

  • 3f0a4b6 PR-mapping-import
  • 22a7b6d Merge remote-tracking branch 'github/2.3' into PR-mapping-import

📊 Changes

3 files changed (+56 additions, -4 deletions)

View changed files

📝 lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php (+32 -4)
📝 lib/Doctrine/ORM/Tools/EntityGenerator.php (+18 -0)
📝 lib/Doctrine/ORM/Tools/SchemaTool.php (+6 -0)

📄 Description

The bug:

1.use symfony2 doctrine:mapping:import from msyql database to annotation
2.use symfony2 doctrine:schema:update will see a lot of sql update about just import database schema.
3.this PR fix eliminate some of those sql update...

fix 8 bug:

  • column default
  • column unsigned
  • column type char
  • table without auto_increment
  • column comment
  • column type decimal
  • table with simple index
  • table with unique index

wip -> follow rule of contribute to doctrine

  • add patch on master
  • add test

🔄 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/659 **Author:** [@bronze1man](https://github.com/bronze1man) **Created:** 5/7/2013 **Status:** ❌ Closed **Base:** `2.3` ← **Head:** `PR-mapping-import` --- ### 📝 Commits (2) - [`3f0a4b6`](https://github.com/doctrine/orm/commit/3f0a4b6339b71db391e6575001f84bcfeac62d1a) PR-mapping-import - [`22a7b6d`](https://github.com/doctrine/orm/commit/22a7b6d2acce33e284c60448b412e8387ac996c6) Merge remote-tracking branch 'github/2.3' into PR-mapping-import ### 📊 Changes **3 files changed** (+56 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php` (+32 -4) 📝 `lib/Doctrine/ORM/Tools/EntityGenerator.php` (+18 -0) 📝 `lib/Doctrine/ORM/Tools/SchemaTool.php` (+6 -0) </details> ### 📄 Description # The bug: 1.use symfony2 doctrine:mapping:import from msyql database to annotation 2.use symfony2 doctrine:schema:update will see a lot of sql update about just import database schema. 3.this PR fix eliminate some of those sql update... # fix 8 bug: - column default - column unsigned - column type char - table without auto_increment - column comment - column type decimal - table with simple index - table with unique index # wip -> follow rule of contribute to doctrine - add patch on master - add test --- <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:00:17 +01:00
admin closed this issue 2026-01-22 16:00:18 +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#8518