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