Here is something really strange:
if I change:
toQt Code:
query.prepare("SELECT :a / :b");To copy to clipboard, switch view to plain text mode
Qt Code:
query.prepare("SELECT (:a / :b)*1");To copy to clipboard, switch view to plain text mode
I get the result.
Maybe a QT bug?
Renan
Bookmarks