Skip to content

Commit

Permalink
Merge pull request #873 from fnc12/version-1.7-fix
Browse files Browse the repository at this point in the history
Version 1.7 fix
  • Loading branch information
fnc12 authored Dec 26, 2021
2 parents 115c6f6 + f805902 commit fdcc1da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/prepared_statement.h
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ namespace sqlite_orm {

template<class T>
using is_insert_constraint = std::is_same<insert_constraint, T>;

template<class T>
struct is_upsert_clause;
}

inline internal::insert_constraint or_rollback() {
Expand Down
3 changes: 3 additions & 0 deletions include/sqlite_orm/sqlite_orm.h
Original file line number Diff line number Diff line change
Expand Up @@ -10037,6 +10037,9 @@ namespace sqlite_orm {

template<class T>
using is_insert_constraint = std::is_same<insert_constraint, T>;

template<class T>
struct is_upsert_clause;
}

inline internal::insert_constraint or_rollback() {
Expand Down

0 comments on commit fdcc1da

Please sign in to comment.