-
-
Notifications
You must be signed in to change notification settings - Fork 744
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
Issue with query_objectid_as_string on Eve>=1.0.1 #1468
Comments
Closed
@Kludex are you willing to triage and eventually give a shot at this? |
Yes. I'm willing to work on everything that can help us get the next release. :) |
I've confirmed that the commit that introduced this behavior was: b8d8fcd On it. |
@Kludex any progress on this? |
No 😞 |
@Kludex @nicolaiarocci any progress ? :( |
This was referenced Jul 13, 2022
@nicolaiarocci is it fixed in Eve 2.0? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While migrating from Eve 1.0.0 to 1.0.1, we are seeing unexpected result with query_objectid_as_string and versioning
Expected Behavior
if query_objectid_as_string is set to true, mongo queries should not be cast as ObjectID
Actual Behavior
if query_objectid_as_string is set to true, mongo queries are cast as ObjectID
Environment
POC
https://github.com/micaelmalta/poc_eve
The text was updated successfully, but these errors were encountered: