mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-13 20:39:57 +01:00
* Show QSqlError's number() when a query fails.
This commit is contained in:
parent
9a18f6c607
commit
25a210a528
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user