We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7601de7 commit 07c9032Copy full SHA for 07c9032
hdr/sqlite_modern_cpp/type_wrapper.h
@@ -171,7 +171,6 @@ namespace sqlite {
171
struct has_sqlite_type<std::monostate, SQLITE_NULL, void> : std::true_type {};
172
173
inline std::monostate get_col_from_db(sqlite3_stmt* stmt, int inx, result_type<std::monostate>) {
174
- if(sqlite3_column_type(stmt,inx) != SQLITE_NULL) throw 1;
175
return std::monostate();
176
}
177
inline std::monostate get_val_from_db(sqlite3_value *value, result_type<std::monostate>) {
0 commit comments