X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=TODO;h=58e66607e8a1ec885d005b3fa45568e7b5141e33;hb=6b773c9d859a10b961df9c1c2c9b8a006b315aff;hp=dcda1749d22735a35f56744a76a4e4fc6fc0ccfc;hpb=d9b32644383f3c4087d0ecac10c645f38d17648d;p=clsql.git diff --git a/TODO b/TODO index dcda174..58e6660 100644 --- 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.