summaryrefslogtreecommitdiffstats
path: root/LICENSE.GPL2
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2018-09-23 14:25:44 +0200
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2018-10-03 10:48:50 +0000
commit5f9a0d64b324abb8bf9baffabd7accb61a83a7e7 (patch)
treeff9c507ebd25b12ef0e9d35339a4731bccb3a8c8 /LICENSE.GPL2
parent91d43a48f7307938624d4ab11e488494456646f5 (diff)
QtSql: fix code snippets
The code snippets retrieving the native database driver handles was using qstrcmp() wrong since that is returning 0 when the strings are equal. In some snippets there was even a plain char * comparison which would not work at all. Fix all the places by correctly using qstrcmp() and replace the checks for the valid pointer by not checking for 0. Fixes: QTBUG-70598 Change-Id: I5c53dcfc51c958203fc60fa6a23dd6b27faa1d96 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'LICENSE.GPL2')
0 files changed, 0 insertions, 0 deletions