X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=TODO;h=a3c5a6c3f76215806290f062cf43fc4c73fecc22;hp=70d7e2043a8e5a4601715384eaf2894a9e44f7ee;hb=e26e47c342e5a56655d97290cdf39425b670c9b0;hpb=fdd069770e32d0cfa4b66d6e5cfd4540197660ba diff --git a/TODO b/TODO index 70d7e20..a3c5a6c 100644 --- a/TODO +++ b/TODO @@ -11,12 +11,16 @@ TESTS TO ADD * Add test case for return type of (setf slot-value-using-class) * symbol slot * generalized-boolean slot +* column and table constraints in CREATE-TABLE and DEF-VIEW-CLASS. +* escaping of single quotes OPTIMIZATIONS * Revisit result-type list creation, perhaps caching * Rework LIST-ATTRIBUTE-TYPES and LIST-INDEXES such that they exhibit their current behaviours using single database queries. +* Possible use of cached attribute type information for operations which + insert/update records as mentioned in the CommonSQL user guide. POSSIBLE EXTENSIONS