r9389: Additions to doc/TODO.
[clsql.git] / TODO
diff --git a/TODO b/TODO
index 24477fd48776d64faa13124b12c6923e13c67506..58e66607e8a1ec885d005b3fa45568e7b5141e33 100644 (file)
--- a/TODO
+++ b/TODO
@@ -30,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.