Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.6
-
6d63e3ba09954ce7b56b4b24432bd036e636b164 (qtdeclarative/5.6, 3.6.2016)
Description
When calling executeSql() which includes arguments marked with ?, passing null to that argument converts to empty string instead of being NULL in database.
Steps to reproduce:
- Run attached sample
- EXPECTED: Two entries are created in database, with second string being NULL for both entries
- ACTUAL: Two entries are created, with second string of first entry being empty string
Attachments
Issue Links
- relates to
-
QTBUG-54703 When retrieving an empty string from LocalStorage it will be seen as a null object and not an empty string
-
- Open
-