X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=TODO;h=795ec6a6d6d441ee916e4cce90c06816582654d3;hp=190156e612c9fd9519603a4b837380a96aade403;hb=bd6843e2084ce45d3d7b769e383c3cac589b5e93;hpb=d535823479987a0d3bf45d08b02e106e69378ff7 diff --git a/TODO b/TODO index 190156e..795ec6a 100644 --- a/TODO +++ b/TODO @@ -6,9 +6,7 @@ TESTS TO ADD * Number and Char field types * symbol slot * generalized-boolean slot -* Table with two join slots (bug reported on clsql-help 8/13/04 about - SQL FROM clause missing the second join table and the WHERE clause - having an ',' instead of ' AND ' joining phrases. +* tests for db-reader and db-writer OPTIMIZATIONS @@ -25,4 +23,5 @@ 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.