X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=TODO;fp=TODO;h=795ec6a6d6d441ee916e4cce90c06816582654d3;hp=4b85e96bb72fbe6c5f49732d197e16d39a48fa50;hb=406feeb749bb475bec8077a2716a5b6089bd9072;hpb=e41e6a54e54a32bbb3e7d359c21175465b05cd6c diff --git a/TODO b/TODO index 4b85e96..795ec6a 100644 --- 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.