diff --git a/TODO.txt b/TODO.txt index f811dcc..69f611c 100644 --- a/TODO.txt +++ b/TODO.txt @@ -2,8 +2,6 @@ Add a comparison of others C++ wrappers (code style, C++ design, in code documen Missing features : - Bind(Name) -- LastInsertId -- SetBusyTimout - getColumnByName ? std::map getRow() ? - operator<< binding ? - execScalar() easy wrapper like CppSqlite @@ -13,6 +11,9 @@ Missing features : - Function ? - Agregate ? +- ATTACH Database ? can already be done by "ATTACH" Statement +- :memory: ? can already be done by Database constructor with ":memory:" filename + Add a full test suite Add optionnal usage of experimental sqlite3_trace() function to enable statistics diff --git a/example1.vcproj b/example1.vcproj index 907d205..a66b9fb 100644 --- a/example1.vcproj +++ b/example1.vcproj @@ -205,6 +205,14 @@ RelativePath=".\src\SQLiteC++\Statement.h" > + + + +