mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Be safer.
This commit is contained in:
@@ -26,6 +26,7 @@ DatabaseCommand_loadOps::exec( DatabaseImpl* dbi )
|
|||||||
{
|
{
|
||||||
QList< dbop_ptr > ops;
|
QList< dbop_ptr > ops;
|
||||||
|
|
||||||
|
if ( !m_since.isEmpty() )
|
||||||
{
|
{
|
||||||
TomahawkSqlQuery query = dbi->newquery();
|
TomahawkSqlQuery query = dbi->newquery();
|
||||||
query.prepare( QString( "SELECT id FROM oplog WHERE guid = ?" ) );
|
query.prepare( QString( "SELECT id FROM oplog WHERE guid = ?" ) );
|
||||||
|
Reference in New Issue
Block a user