Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defer adding gedmo mappings to when the extension is enabled #32

Open
guiwoda opened this issue Apr 8, 2016 · 0 comments
Open

Defer adding gedmo mappings to when the extension is enabled #32

guiwoda opened this issue Apr 8, 2016 · 0 comments

Comments

@guiwoda
Copy link
Contributor

guiwoda commented Apr 8, 2016

Gedmo provides some abstract classes and default implementations for some of their extensions, and we've added mappings for them in the same way they do for annotations.

When mappings for all implementations are added to the FluentDriver, Fluent ends up creating tables for extensions that may not be needed yet. It would be nice to have those mappings added only if that specific extension is enabled.

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

No branches or pull requests

2 participants