-
Notifications
You must be signed in to change notification settings - Fork 64
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
happy to help get mongodb_ecto to work more easily. #248
Comments
I think there is no reason to change anything here. You need to check this PR: elixir-mongo/mongodb_ecto#190 |
Thank you zz. Was |
@cortfritz Yes, the
where The mongodb_ecto driver, as of the aforementioned PR#190, no longer expects the |
@cortfritz We just merged in the change so the Elixir Ecto driver (rc.2) now works with this driver. We've had it in production and haven't had any issues. |
I can't get this to work and am probably missing something obvious.
I haven't gotten beyond this issue: mongodb_ecto seems to expect Mongo.Query struct to have the key
:extra
.If I could get this working I would love to submit PRs for explicit instructions in README or additional md file, and submit an example in examples/mongo_ecto.ex.
If :mongodb_driver needs to be updated to add this key to the query I'm also happy to submit that PR, and any insight into what
:extra
is doing would be appreciated.The text was updated successfully, but these errors were encountered: