Update of /cvsroot/modeling/ProjectModeling/Modeling
In directory sc8-pr-cvs1:/tmp/cvs-serv3465
Modified Files:
TODO
Log Message:
Updated
Index: TODO
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/TODO,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** TODO 6 May 2003 13:52:00 -0000 1.10
--- TODO 12 Jun 2003 11:37:21 -0000 1.11
***************
*** 138,143 ****
- undo/redo suports (UndoManager)
- - parent/child configurations
-
- shared EditingContext
--- 138,141 ----
***************
*** 198,201 ****
--- 196,211 ----
* SQLExpression:
+
+ - check that the special characters '%' and '_' are correctly escaped for
+ all database
+ Status: begin.
+ See:
+ PostgresqlSQLExpression.sqlPatternFromShellPatternWithEscapeCharacter()
+ test_EditingContext_Global/test_18_...()
+
+ - also check that special characters in qualifiers ('*', '?') can be
+ escaped
+
+ - SQLExpression.escapeChar() is declared but has no effect
- document the process of generating a select statement (especially for
|