[Developers] MQL bug WRT case sensitivity

John Giannandrea jg at metaweb.com
Fri Mar 27 04:48:30 UTC 2009


Kurt,
Value matching in mqlwrite is currently case insensitive.
So in this case you have to create the object and then add the two  
aliases separately (which should work).
-jg


On Mar 26, 2009, at 9:55 PM, Kurt Bollacker wrote:

>
> Doing some test loading of language information, I was trying to
> create aliases for languages and got the error:
>
> "message" : "More than one attempt to write the same statement"
>
> The essence of the query is:
>
> {
>  "create" : "unconditional",
>  "id" : null,
>  "/common/topic/alias" : [{
>    "lang" : "/lang/en",
>    "value" : "Ekoka-!X\xc3\xbb"
>  },{
>    "lang" : "/lang/en",
>    "value" : "Ekoka-!x\xc3\xbb"
>  }]
> }



More information about the Developers mailing list