https://bugzilla.wikimedia.org/show_bug.cgi?id=32661

--- Comment #3 from Francis Hunger <[email protected]> 2012-02-03 08:20:24 
UTC ---
Hi,

following up the problem I noticed when looking into the mysql table smw_atts2,
which stores the actual values for the attributes, that values for e.g. the
attribute UVP (p_id:2351) get stored in two fields:

value_xsd in varbinary format (this contains the comma)
value_num in double format (here the comma is ommitted)

For me it would go to far to find a fix for this, but I'm guessing, that part
of the problem, that some values get processed from value_xsd and some from
value_num. This seems the explanation, why some parts of SWM include a comma in
processing the results (Factbox) and others not (results of #ask query).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to