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