mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #680] [CLOSED] [wip] better reverse engineers the mapping metadata from a database #8548
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/680
Author: @bronze1man
Created: 5/29/2013
Status: ❌ Closed
Base:
master← Head:PR-mapping-import-master📝 Commits (1)
6b347d1database driver add index comment default📊 Changes
2 files changed (+78 additions, -1 deletions)
View changed files
📝
lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php(+26 -1)📝
tests/Doctrine/Tests/ORM/Functional/DatabaseDriverTest.php(+52 -0)📄 Description
The problem:
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...
has fixed problem:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.