mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 19:14:06 +02:00
* Show QSqlError's number() when a query fails.
This commit is contained in:
committed by
Michael Zanetti
parent
7ca0786f02
commit
e35b2bcf43
@@ -149,6 +149,7 @@ TomahawkSqlQuery::showError()
|
||||
tLog() << endl << "*** DATABASE ERROR ***" << endl
|
||||
<< lastQuery() << endl
|
||||
<< "boundValues:" << boundValues() << endl
|
||||
<< lastError().number() << endl
|
||||
<< lastError().text() << endl
|
||||
<< lastError().databaseText() << endl;
|
||||
|
||||
|
Reference in New Issue
Block a user