Closed
Description
in functions inline void get_col_from_db(database_binder& db, int inx, std::string & s)
, inline void get_val_from_db(sqlite3_value *value, std::string & s)
and corresponding std::u16string
variants, there is a call to the function to get text length, before getting the text, but the result of this call is not used.
I have commented these calls (for performance reason), the code still works as expected.
Metadata
Metadata
Assignees
Labels
No labels