whitespace

This commit is contained in:
silverqx
2022-08-13 13:20:06 +02:00
parent d0958e9a83
commit 59c046d743
+1
View File
@@ -131,6 +131,7 @@ namespace Orm::Query
std::tuple<int, std::optional<QSqlQuery>>
updateOrInsert(const QVector<WhereItem> &attributes,
const QVector<UpdateItem> &values);
/*! Insert new records or update the existing ones. */
std::tuple<int, std::optional<QSqlQuery>>
upsert(const QVector<QVariantMap> &values, const QStringList &uniqueBy,