Update TODO

This commit is contained in:
Vinnie Falco
2013-07-24 07:46:18 -07:00
parent 788817e55c
commit 30831d258a
2 changed files with 3 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ SOURCES += \
../../Subtrees/beast/modules/beast_crypto/beast_crypto.cpp \ ../../Subtrees/beast/modules/beast_crypto/beast_crypto.cpp \
../../Subtrees/beast/modules/beast_db/beast_db.cpp \ ../../Subtrees/beast/modules/beast_db/beast_db.cpp \
../../Subtrees/beast/modules/beast_sqdb/beast_sqdb.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_pt1.cpp \
../../modules/ripple_app/ripple_app_pt2.cpp \ ../../modules/ripple_app/ripple_app_pt2.cpp \
../../modules/ripple_app/ripple_app_pt3.cpp \ ../../modules/ripple_app/ripple_app_pt3.cpp \

View File

@@ -2,6 +2,8 @@
BEAST TODO BEAST TODO
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
- Set sqlite thread safety model to '2' in beast_sqlite
- Document and rename all the sqdb files and classes - Document and rename all the sqdb files and classes
- Specialize UnsignedInteger<> for peformance in the storage format - Specialize UnsignedInteger<> for peformance in the storage format