mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-04-27 02:04:38 +00:00
added new debug functions
This commit is contained in:
parent
feae9a619a
commit
afbc4bfd51
@ -140,7 +140,8 @@ bool SqlDBWriter::doQueryPrivate(const QString &query, QSqlQuery* result) const
|
|||||||
QSqlQuery q(query, *db());
|
QSqlQuery q(query, *db());
|
||||||
|
|
||||||
if (!q.exec()) {
|
if (!q.exec()) {
|
||||||
QuasarAppUtils::Params::log("request error : " + q.lastError().text());
|
QuasarAppUtils::Params::log("request error : " + q.lastError().text(),
|
||||||
|
QuasarAppUtils::Error);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 9e6e642f13287194d9a4c3781f87924ab1985f0a
|
Subproject commit 11947d4cde9587947dbe4c8602883c05adc5e705
|
Loading…
x
Reference in New Issue
Block a user