-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
doctrine/dbal 3 support #1141
Comments
I don't think so, you can give it a try if you want IMO 👍 |
In fact, I just gave it a try, and there is no point until the ORM supports DBAL 3. |
Do you mean that it is technically impossible to do, or that even if we did it would not really be useful ? What blocker did you see ? |
There is a dev dependency on the ORM which prevents installing DBAL 3, so you cannot run the test suite with it. |
Any updates on this? dbal 3 seems useless on most of our projects because we have migrations and migrations bundle preventing installation of that version. |
This issue is blocked by https://github.com/doctrine/orm/projects/5 |
If you feel that blocker is important, you can work on removing it by adding a CI job that does |
ORM 2.10.x-dev allows the installation of DBAL 3. The blocker should be gone, I guess. |
ORM now supports DBAL 3, any chance somebody is working on this? |
Saw it, this was just a little nudge to make it happen without putting pressure on anybody :) |
implemented in #1198 |
Feature Request
Summary
Apologies if I've missed some discussion somewhere! Is there any blocker for making a PR to add doctrine/dbal 3 support?
Thanks!
The text was updated successfully, but these errors were encountered: