-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
Qt Creator 3.1.1
-
None
-
OS X 10.9.3, iOS Simulator
-
2dacacdf805bf111bef964077fb2817d5324395e
qDebug() crashes when less than sign is used on iOS.
QString test = "SELECT * FROM exceptions WHERE date < '2014-06-16'";
qDebug() << test;
Output: Run ended unexpectedly.
Example works without '<' characher.
The problem is not occurred with XCode when runnning a same application.