Closed DragonQuestHero closed 6 years ago
If function sqlite3_column_text return nullptr The std::string constructor func can't use nullptr sqlite3_column_text 如果返回空指针 std::string直接GG
It's by design. If the column is nullable, use char const* instead of string type.
If function sqlite3_column_text return nullptr The std::string constructor func can't use nullptr sqlite3_column_text 如果返回空指针 std::string直接GG