mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Add further query debugging
This commit is contained in:
@@ -54,7 +54,8 @@ TomahawkSqlQuery::escape( QString identifier )
|
||||
bool
|
||||
TomahawkSqlQuery::exec( const QString& query )
|
||||
{
|
||||
prepare( query );
|
||||
bool prepareResult = prepare( query );
|
||||
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Query preparation successful?" << ( prepareResult ? "true" : "false" );
|
||||
return exec();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user