diff --git a/Builds/QtCreator/rippled.pro b/Builds/QtCreator/rippled.pro index 4bf43ff5f3..81dcc8a54f 100644 --- a/Builds/QtCreator/rippled.pro +++ b/Builds/QtCreator/rippled.pro @@ -64,7 +64,7 @@ SOURCES += \ ../../Subtrees/beast/modules/beast_crypto/beast_crypto.cpp \ ../../Subtrees/beast/modules/beast_db/beast_db.cpp \ ../../Subtrees/beast/modules/beast_sqdb/beast_sqdb.cpp \ - ../../Subtrees/beast/modules/beast_sqlite/beast_sqlite.cpp \ + ../../Subtrees/beast/modules/beast_sqlite/beast_sqlite.c \ ../../modules/ripple_app/ripple_app_pt1.cpp \ ../../modules/ripple_app/ripple_app_pt2.cpp \ ../../modules/ripple_app/ripple_app_pt3.cpp \ diff --git a/Subtrees/beast/TODO.txt b/Subtrees/beast/TODO.txt index 1beb8ed7a4..3849b7bc66 100644 --- a/Subtrees/beast/TODO.txt +++ b/Subtrees/beast/TODO.txt @@ -2,6 +2,8 @@ BEAST TODO -------------------------------------------------------------------------------- +- Set sqlite thread safety model to '2' in beast_sqlite + - Document and rename all the sqdb files and classes - Specialize UnsignedInteger<> for peformance in the storage format