1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-20 07:52:30 +02:00

Qt5Sql uses 0 as the new false

This commit is contained in:
Uwe L. Korn 2013-09-02 15:59:08 +02:00
parent 9cb883f6a2
commit aefeeb58ca

View File

@ -69,7 +69,7 @@ DatabaseCommand_LoadAllPlaylists::exec( DatabaseImpl* dbi )
query.exec( QString( " SELECT p.guid, p.title, p.info, p.creator, p.lastmodified, p.shared, p.currentrevision, p.createdOn %6 "
" FROM playlist p "
" %5 "
" WHERE dynplaylist = 'false' "
" WHERE ( ( dynplaylist = 'false' ) OR ( dynplaylist = 0 ) ) "
" %1 "
" %2 %3 %4 "
)