X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=TODO;h=795ec6a6d6d441ee916e4cce90c06816582654d3;hb=2e0b55b85284a3019b5c81bb97ec17da1604e5e4;hp=87949bf9aecf63eeb625f3c18ea058ad82ae1e42;hpb=7b9b150cf1be6c4a52855c1a8004673cac1beaa0;p=clsql.git diff --git a/TODO b/TODO index 87949bf..795ec6a 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,7 @@ TESTS TO ADD * Number and Char field types * symbol slot * generalized-boolean slot +* tests for db-reader and db-writer OPTIMIZATIONS @@ -22,4 +23,5 @@ POSSIBLE EXTENSIONS * improve large object api and extend to databases beyond postgresql * add support for prepared statements - +RACE CONDITIONS +* sql/databases.lisp: *connected-databases* is shared globally but not modified in a threadsafe manner.