Details
-
Suggestion
-
Resolution: Done
-
P4: Low
-
None
-
None
-
9076046a109cb8c60254314f7d29f7e044c5946f
Description
The QSQLITE driver does not support named placeholders for prepared queries. hasFeature() for NamedPlaceholders returns false.
However, SQLite does support named placeholders:
http://www.sqlite.org/c3ref/bind_blob.html
It would therefore be good if the QSQLITE driver also supported this by using the API provided by SQLite.