-
Notifications
You must be signed in to change notification settings - Fork 126
Javascript in "where" clause not behaving as expected in Phoenix #60
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
Comments
What's the ecto version? |
Ecto is 1.1.1 |
Ecto 1.1 unfortunately broke this feature. I'll be working today on fixing it. |
Thanks @michalmuskala, I thought I was doing something wrong. |
Hey, I'm not sure if you were following other issues here, if not here's a quick rundown: Unfortunately Ecto 1.1 broke some things for us and for the time being |
I am going to close this. The JavaScript feature has been broken for a while and is being tracked in #106. |
Hopefully this is just my own lack of understanding but i'm trying to use mongodb_ecto (0.1.2 or HEAD) in a Phoenix (1.1.2) app with Phoenix Ecto (2.0.0).
I'm trying to use javascript in the where clause as documented but it complains of
The model looks something like this
The stacktrace seems to suggest that mongodb_ecto isn't even getting a look in so this quite possibly is a phoenix_ecto bug?
Could you shed any light?
The text was updated successfully, but these errors were encountered: