mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
Qt5Sql uses 0 as the new false
This commit is contained in:
@@ -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 "
|
query.exec( QString( " SELECT p.guid, p.title, p.info, p.creator, p.lastmodified, p.shared, p.currentrevision, p.createdOn %6 "
|
||||||
" FROM playlist p "
|
" FROM playlist p "
|
||||||
" %5 "
|
" %5 "
|
||||||
" WHERE dynplaylist = 'false' "
|
" WHERE ( ( dynplaylist = 'false' ) OR ( dynplaylist = 0 ) ) "
|
||||||
" %1 "
|
" %1 "
|
||||||
" %2 %3 %4 "
|
" %2 %3 %4 "
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user