monsdar / CxxProf

CxxProf is a manual instrumented Profiling library for C++. It's goal is to provide easy integration into existing projects with just as little overhead as possible. It should be easy to remove the profiling mechanism during compile and runtime from the code.
GNU General Public License v3.0
58 stars 5 forks source link

DataStorage: Better react on SQLite errors #31

Open monsdar opened 10 years ago

monsdar commented 10 years ago

We currently simply print out the SQLite errors we're receiving. We should react in a more robust way to possible errors.

See TODOs in DataStorage.cpp (Currently Line 221, 256 and 301)