SQLitepp: added TODO

This commit is contained in:
zvon 2020-01-18 22:45:17 +01:00
parent 5155569a69
commit efa1daf639

View File

@ -27,6 +27,8 @@ std::wstring _8_2_w( const std::string &utf8 ) {
#endif #endif
//TODO maybe split this into hpp/cpp
namespace SQLite { namespace SQLite {
constexpr size_t OPEN_READONLY = 0x00000001; constexpr size_t OPEN_READONLY = 0x00000001;