X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=TODO;h=795ec6a6d6d441ee916e4cce90c06816582654d3;hp=9d135d2aff3625e31a7fc8f87a7757cd707a6775;hb=8997e2789a6677f5d5c78e0b630090824be30307;hpb=fb882f11e46a36d08faaacebc812ea2cb1014e7e diff --git a/TODO b/TODO index 9d135d2..795ec6a 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,7 @@ TESTS TO ADD * Number and Char field types * symbol slot * generalized-boolean slot +* tests for db-reader and db-writer OPTIMIZATIONS @@ -22,8 +23,5 @@ POSSIBLE EXTENSIONS * improve large object api and extend to databases beyond postgresql * add support for prepared statements -BACKENDS - -* Fix ODBC on Windows, convert to ODBC 3.0 (such as SQLAllocHandle rather - than SQLAllocEnv) - +RACE CONDITIONS +* sql/databases.lisp: *connected-databases* is shared globally but not modified in a threadsafe manner.