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.
↧