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:
parent
9cb883f6a2
commit
aefeeb58ca
@ -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 "
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user