r9395: 18 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
[clsql.git] / TODO
diff --git a/TODO b/TODO
index dcda1749d22735a35f56744a76a4e4fc6fc0ccfc..58e66607e8a1ec885d005b3fa45568e7b5141e33 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,6 +11,7 @@ TESTS TO ADD
 
 COMMONSQL INCOMPATIBILITY
 
+   o Condition names/accessors
    o userenv (Oracle specific but deprecated in Oracle 9) 
 
 VARIANCES FROM COMMONSQL
@@ -29,17 +30,3 @@ POSSIBLE EXTENSIONS
 * add support for prepared statements
 * port Oracle backend to UFFI
 
-
-NOTES ABOUT THE BACKENDS
-
-MYSQL 
-
-drop-index:   requires a table to be specified with the :from keyword parameter
-views:        mysql does not support views  
-queries:      nested subqueries are not supported
-syntax:       doesn't support the sql concatenation operator (||). 
-
-SQLITE 
-
-create-view:  column-list parameter not supported 
-syntax:       doesn't support the sql SUBSTRING operator.