We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 115c6f6 + f805902 commit fdcc1daCopy full SHA for fdcc1da
dev/prepared_statement.h
@@ -308,6 +308,9 @@ namespace sqlite_orm {
308
309
template<class T>
310
using is_insert_constraint = std::is_same<insert_constraint, T>;
311
+
312
+ template<class T>
313
+ struct is_upsert_clause;
314
}
315
316
inline internal::insert_constraint or_rollback() {
include/sqlite_orm/sqlite_orm.h
@@ -10037,6 +10037,9 @@ namespace sqlite_orm {
10037
10038
10039
10040
10041
10042
10043
10044
10045
0 commit comments