X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=TODO;fp=TODO;h=795ec6a6d6d441ee916e4cce90c06816582654d3;hp=4b85e96bb72fbe6c5f49732d197e16d39a48fa50;hb=4167624fd56f67ca02b6bf5f4b791bf5c4ccf7ef;hpb=6f6e687a1a642b26d42f82b6f4b9bb5e65343fa3 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.