Closed (works as designed)
Project:
MongoDB
Version:
7.x-1.x-dev
Component:
Field storage
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
27 Feb 2012 at 18:55 UTC
Updated:
7 May 2012 at 08:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
jiivonen commentedSimple patch to make the fix here.
Comment #2
jiivonen commented... and now with content.
Comment #3
misc commentedI think that it should be case sensitive, and it should be the query builders that take care about how the queries should be done.
Anyone else have an opinion on this?
Comment #4
kvirta commentedIs there a specification somewhere that says, explicitly, that the operators are of certain case? If not, then we really don't have a case to complain to the query builders about it, do we? I couldn't find one anywhere. They just use uppercase operators as example in entity.inc, as jiivonen said.
Comment #5
misc commented@kveirta, I am not talking about a specification, only about that I think about the operators. If users of the module would like to change the case, I am not against it, just telling that I think.
Comment #6
chx commentedThere's no point on insisting case sensitivity IMO. I will fix this.
Comment #7
chx commentedActually re-reading the issue makes me think there is no use case where lower case is used. The documentation is the doxygen in core entity.inc and that speaks upper case, I know because I wrote that.