X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=TODO;h=d7e470a0e58bb19fe7daa80444903c3eda62a33d;hp=e7885ada35855a768e667e452532f153a80cd364;hb=7a01154e40dd4516ece2ebe2267a11dec1f9a18f;hpb=a91ef336e5401ba5acbe0cf66447eeae7d4cad50 diff --git a/TODO b/TODO index e7885ad..d7e470a 100644 --- a/TODO +++ b/TODO @@ -6,12 +6,8 @@ TESTS TO ADD * Large object testing * Test bigint type * :db-constraint tests - -POSSIBLE EXTENSIONS - -* port Oracle backend to UFFI -* large object support -* add support for prepared statements +* test *db-auto-sync* +* test SELECT caching COMMONSQL SPEC @@ -25,34 +21,27 @@ COMMONSQL SPEC SELECT o keyword arg :refresh should function as advertised - o should accept type-modified database identifiers (e.g., - [foo :string] which means that the values in column foo are returned - as Lisp strings) - - >> The object-oriented sql interface - - DEF-VIEW-CLASS - o get :target-slot working - o implement :retrieval :immediate >> Symbolic SQL syntax o Complete sql expressions (see operations.lisp) - substr - some - order-by - times - nvl - null - distinct - except - intersect - between - userenv + nvl (Oracle specific) + userenv (Oracle specific) + minus (Oracle specific: does the same as EXCEPT) + || o variables (e.g., table identifiers) should be instantiated at runtime +OPTIMIZATIONS + +* Revisit result-type list creation,perhaps caching + +POSSIBLE EXTENSIONS + +* port Oracle backend to UFFI +* large object support +* add support for prepared statements NOTES ABOUT THE BACKENDS