-
Notifications
You must be signed in to change notification settings - Fork 73
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
ORM service is optional #180
Conversation
Thanks for the patch @mustanggb ! Did you also test this using Doctrine ORM and that still works? |
I'd hold off on this for now, I've not had a chance to look into the failures etc. If anyone else wants to investigate please do. |
@mustanggb I see the tests about MongoDB also fails in master, as this contribution came from you could you have a look at this? |
@johanwilfer Do you want to wait for the fix, or we can temporarily workaround by requiring |
I think the temp workaround sounds good, that way we get tests in master to not fail again. If you want/can do it in this branch it should stop to fail and then we can merge this if that sounds good? |
Done, unless you want them squashing into one commit. I know GitLab supports that on merge/pull, not sure if GitHub does. Alternatively keeping them separate would also for easy revert when the workaround is no longer needed, I'll leave it up to you. |
When using pair history ORM is now optional not required.
Removing this should allow MongoDB users to use pair history without having the ORM package installed.