r9956: * db-odbc/odbc-loader.lisp: Add /winnt/system32/ to
[clsql.git] / TODO
diff --git a/TODO b/TODO
index 190156e612c9fd9519603a4b837380a96aade403..9d135d2aff3625e31a7fc8f87a7757cd707a6775 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,9 +6,6 @@ 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.
 
 OPTIMIZATIONS
  
@@ -25,4 +22,8 @@ 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)