changed view-classes-and-storable-slots to a defmethod
[clsql.git] / TODO
diff --git a/TODO b/TODO
index 4b85e96bb72fbe6c5f49732d197e16d39a48fa50..795ec6a6d6d441ee916e4cce90c06816582654d3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -22,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.