Does exist any way to set the collection collation in the DB?
In my language there are some words which have accent, such as "água" and when I ask to the query to sort the results, the system considers that "água" should appear after "bola".
For instance..
The sorting effect of the set
Bola
Água
Automóvel
Should be: Água, Automóvel, Bola
But the system produces the following result: Automóvel, Bola, Água