diff --git a/components/sqlite3/request.hpp b/components/sqlite3/request.hpp index 63f15bf33e..b77e1a5ce8 100644 --- a/components/sqlite3/request.hpp +++ b/components/sqlite3/request.hpp @@ -100,7 +100,7 @@ namespace Sqlite3 { if (type != SQLITE_NULL) throw std::logic_error("Type of column " + std::to_string(index) + " is " + sqliteTypeToString(type) - + " that does not match expected output type: SQLITE_INTEGER or SQLITE_FLOAT"); + + " that does not match expected output type: SQLITE_NULL"); value = nullptr; }