Removed SQL dump
This commit is contained in:
parent
bb24724587
commit
05f584a58b
@ -144,7 +144,7 @@ QList<QPair<int, Message> > Inbox::values(QString type, QString query, QString m
|
|||||||
rc = sqlite3_bind_int(stmt, 4, limit);
|
rc = sqlite3_bind_int(stmt, 4, limit);
|
||||||
rc = sqlite3_bind_int(stmt, 5, offset);
|
rc = sqlite3_bind_int(stmt, 5, offset);
|
||||||
|
|
||||||
qDebug() << "exec" << sqlite3_expanded_sql(stmt);
|
//qDebug() << "exec" << sqlite3_expanded_sql(stmt);
|
||||||
|
|
||||||
QList<QPair<int, Message>> v;
|
QList<QPair<int, Message>> v;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user