Change log for imported patches
[clsql.git] / TODO
diff --git a/TODO b/TODO
index 5dda7b043f936ac5f6f2367f1019747e8c120f25..795ec6a6d6d441ee916e4cce90c06816582654d3 100644 (file)
--- 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
  
@@ -21,3 +22,6 @@ 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.