mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-08 01:29:23 -05:00
whitespace
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user