-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Composer.json should require doctrine/dbal ^2.5 #7
Comments
Actually, I'm re-opening this issue, since I realized that my recent commits to fix this have undone the changes made by @EdgarPE in PR #4. @EdgarPE, any thoughts on this? doctrine/dbal 2.5 is when the method I'll wait to tag a release until after I hear back. I want to make sure that this isn't going to hurt others who use ramsey/uuid-doctrine with doctrine/dbal 2.3. If it could cause problems, I might tag it as 1.1.0 instead of 1.0.2. Did doctrine/dbal 2.3 provide a means to get the binary field type for the platform's SQL declaration? If so, maybe we just go back to using that, instead of |
Keeping issue open until others feel the changes work well for both versions of doctrine/dbal. |
@ramsey Our software is updated to use symfony 3.0, so we use doctrine/dbal 2.5 now. At the moment there is no real world app I could test the patch with. I think it's a maintainer decision weather the library supports the older (dbal) library or the newer one with it's new api. This adaptive solution in the patch I think it might cause problems, but I'm not sure. Maybe, when someone updates the dbal lib with existing database? After lib update defines new tables with uuid, then uuid columns would exist in the db with different db types. Does not sound really good to me. |
I've just found an error when trying to use this library with Doctrine DBAL 2.4.4:
Seems like that method is available from version 2.5 of DBAL.
The text was updated successfully, but these errors were encountered: