summaryrefslogtreecommitdiff
path: root/src/database/type_to_sql.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/type_to_sql.cpp')
-rw-r--r--src/database/type_to_sql.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/database/type_to_sql.cpp b/src/database/type_to_sql.cpp
index 0b26185..bcd9daa 100644
--- a/src/database/type_to_sql.cpp
+++ b/src/database/type_to_sql.cpp
@@ -6,3 +6,4 @@ template <> const std::string TypeToSQLType<long>::type = "INTEGER";
template <> const std::string TypeToSQLType<long long>::type = "INTEGER";
template <> const std::string TypeToSQLType<bool>::type = "INTEGER";
template <> const std::string TypeToSQLType<std::string>::type = "TEXT";
+template <> const std::string TypeToSQLType<OptionalBool>::type = "INTEGER"; \ No newline at end of file