[Modeling-cvs] ProjectModeling/Modeling TODO,1.10,1.11
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-06-12 11:37:24
|
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 |