Yes your issue sounds like wrong MySQL encoding/collation (which is an
easy mistake since the default MySQL setup is wrong for XWiki). The
right one is utf8_bin.

You might be interested by
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL#HConvertadatabasefromlatin128orcollationutf8_ci29toutf82Futf8_bin.

On Sat, Oct 25, 2014 at 12:05 AM, Paul Libbrecht <[email protected]> wrote:
> Hello XWiki experts,
>
> we seem to be encountering a few HQL queries which return us document names 
> with the wrong casing! E.g. richard instead of Richard.
>
> One case where we do not even have any curriki specific is 
> Main/SpaceIndex?space=Coll_anntoniaowens which shows documents of 
> Coll_AnntoniaOwens (only).
>
> Is there something I can suspect for this issue?
> Would there be somewhere a case-insensitivty default in MySQL? (the question 
> at http://stackoverflow.com/questions/7857669/mysql-case-sensitive-query  
> seems to say so). However changing SQL is not really an option.
>
> thanks in advance.
>
> Paul
>
> _______________________________________________
> devs mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/devs



-- 
Thomas Mortagne
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to