mirror of
https://github.com/doctrine/orm.git
synced 2026-04-30 01:43:20 +02:00
[PR #659] [CLOSED] [wip] Pr mapping import #8518
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/659
Author: @bronze1man
Created: 5/7/2013
Status: ❌ Closed
Base:
2.3← Head:PR-mapping-import📝 Commits (2)
3f0a4b6PR-mapping-import22a7b6dMerge 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:
wip -> follow rule of contribute to doctrine
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.