Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

QSqlite and Regexp

$
0
0
Hello, I have the following problem when executing the following query with QSqlQueryModel::setQuery() : Simplified code: "SELECT `id` FROM `table` WHERE REGEXP('1')" When I remove the regexp function everything works just fine. Does QT not support REGEXP function with its SQLite driver or am i missing something here? My Operating System is Win7 64bit using Qt 5.0.1 Thx in advance.

Viewing all articles
Browse latest Browse all 18427

Trending Articles