iwongu / sqlite3pp

SQLite3++ - C++ wrapper of SQLite3 API
MIT License
609 stars 177 forks source link

Two patches: row.get<std::string> length fix and bind_blob(std::string) #63

Closed dstahlke closed 4 years ago

dstahlke commented 4 years ago

row.get was not working properly for strings containing a null character.