Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QSqlQuery was returning an error : wrong parameters count. It seems that bindValue was having no effect (no bounded values). Using prepare after construction seems to solve the problem.
- Loading branch information