Skip to content

[wip] better reverse engineers the mapping metadata from a database#680

Closed
bronze1man wants to merge 1 commit intodoctrine:masterfrom
bronze1man:PR-mapping-import-master
Closed

[wip] better reverse engineers the mapping metadata from a database#680
bronze1man wants to merge 1 commit intodoctrine:masterfrom
bronze1man:PR-mapping-import-master

Conversation

@bronze1man
Copy link
Contributor

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:

  • column default
  • column unsigned (add test)
  • column comment
  • column type decimal with precision and scale
  • table with simple index
  • table with unique index

@bronze1man
Copy link
Contributor Author

please close PR659

@guilhermeblanco
Copy link
Member

Implemented a better and more extensible approach here:
3d86c82

@bronze1man bronze1man deleted the PR-mapping-import-master branch June 15, 2013 02:33
@bronze1man
Copy link
Contributor Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants