[Developers] MQL bug WRT case sensitivity
Kurt Bollacker
kurt at spaceship.com
Fri Mar 27 05:20:53 UTC 2009
On Thu, Mar 26, 2009 at 09:48:30PM -0700, John Giannandrea wrote:
>
> 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).
Good idea, but unfortunately, I get a
"connect" : "present",
message and am left with a single alias. Any other suggestions are
welcome, but this is probably a MQL bug. Shall I add it to Jira?
Kurt :-)
> -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"
> > }]
> > }
>
> _______________________________________________
> Developers mailing list
> Developers at freebase.com
> http://lists.freebase.com/mailman/listinfo/developers
More information about the Developers
mailing list