+++ This bug was initially created as a clone of Bug #278411 +++ Version: 3.0.x (Calligra 3.0.x) (using KDE 4.6.0) OS: Linux Currently there is no way to control how the columns are sorted. Every column collation is defaulted to BINARY. This gives unexpected results when eg. sorting accented vowels. Reproducible: Didn't try Expected Results: User should be able to assign different Collating sequence for each column as it is supported by SQLite, to control the way columns are sorted. Maybe later on support Creating Collation Sequences as per: http://www.sqlite.org/c3ref/create_collation.html