-
Notifications
You must be signed in to change notification settings - Fork 45
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
[Doc] Schema creation with doctrine/orm < or > 2.6 #83
Comments
And I just tried with doctrine/orm 2.6.4, and the |
Thanks for your test, so it worked with doctrine/orm 2.6.3?
(using a lower ORM version may explain liip/LiipFunctionalTestBundle#470 and/or liip/LiipFunctionalTestBundle#423 and why I wasn't able to reproduce the errors, it needs further investigation) |
My bad I was testing with doctrine 2.6.3. BUT good news, I think I have it ! I was using a database URL with the database name inside ( I'll see if I can come up with a not-so-bad PR. |
Well I'm not that clever. Maybe we can just remove the It seems very dirty to try to handle the URL has good as doctrine Maybe we can just issue a warning stating that the URL should not be used? |
…bout-doctrine/orm-version gh-83: fix documentation about version of doctrine/orm
Hi,
The doc for 2.x states:
But a few lines later, the option to resolve it is:
composer require doctrine/orm:^2.6
So this should be "The bundle will not automatically create your schema for you unless you use SQLite or doctrine/orm >= 2.6" ?
The text was updated successfully, but these errors were encountered: