comment travis ci broken line
This commit is contained in:
parent
e7bf523efd
commit
2a1b2766ab
|
|
@ -281,8 +281,8 @@ QString SqlGeneratorBase::join(const QStringList &list, QStringList *order)
|
||||||
order->append(mainTable + "." + rel->localColumn);
|
order->append(mainTable + "." + rel->localColumn);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
qInfo("Relation for %s and %s not exists",
|
// qInfo("Relation for %s and %s not exists",
|
||||||
qPrintable(table), qPrintable(mainTable));
|
// qPrintable(table), qPrintable(mainTable));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue