X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=TODO;fp=TODO;h=795ec6a6d6d441ee916e4cce90c06816582654d3;hb=96cc4dd98e77b8a1f83fa850e3348219c957b7ef;hp=4b85e96bb72fbe6c5f49732d197e16d39a48fa50;hpb=2b2bbca189075b6dfc9533f41dcf64a572d20550;p=clsql.git 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.