query test
This commit is contained in:
parent
7860f7a0d5
commit
a1630271b1
|
|
@ -117,8 +117,6 @@ Q_OUTOFLINE_TEMPLATE QList<T *> Query<T>::toList(int count)
|
|||
d->orderPhrases,
|
||||
d->tableName,
|
||||
d->joinClassName);
|
||||
|
||||
// qDebug() << sql;
|
||||
QSqlQuery q = d->database->exec(d->sql);
|
||||
|
||||
// QString pk = TableModel::findByName(d->tableName)->primaryKey();
|
||||
|
|
|
|||
Loading…
Reference in New Issue