Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

QSqlTableModel, filter and spec. characters

$
0
0
I’m using exisiting SQLITE database and QSqlTableModel. My database tables have “special and latin characters” (č,ć.đ…), and select() return it all, but with setFilter() I have some problems. I read somewhere special characters are case-insensitive in filter. What to do with it? Example: title: ČEHOV sqlModel->setFilter(“title LIKE ‘č’”) // resault: sqlModel->setFilter(“title LIKE ‘Č’”) // resault: ČEHOV

Viewing all articles
Browse latest Browse all 4972

Trending Articles