From efa1daf639e3c6a1ae6d0d1939703e4921bb76fb Mon Sep 17 00:00:00 2001 From: zvon Date: Sat, 18 Jan 2020 22:45:17 +0100 Subject: [PATCH] SQLitepp: added TODO --- sqlitepp.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sqlitepp.hpp b/sqlitepp.hpp index afce0ad..153ea7c 100644 --- a/sqlitepp.hpp +++ b/sqlitepp.hpp @@ -27,6 +27,8 @@ std::wstring _8_2_w( const std::string &utf8 ) { #endif +//TODO maybe split this into hpp/cpp + namespace SQLite { constexpr size_t OPEN_READONLY = 0x00000001;