Changes between Version 5 and Version 6 of FDORfc22
- Timestamp:
- 06/09/09 08:32:29 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc22
v5 v6 69 69 }}} 70 70 71 FdoFunctionConcat will override SupportsVariableArgumentsList() to return true instead. It will relax the allowed number of literal values passed in for evaluation.71 FdoFunctionConcat will override SupportsVariableArgumentsList() to return true instead. It will relax the check for allowed number of literal values passed in for evaluation. 72 72 73 73 == Implications == … … 75 75 The existing CONCAT function syntax will continue to be supported in addition to the new syntax. 76 76 77 The FDO managed FdoFunctionDefinition will be updated in a similar manner to reflect the proposed changes.77 The client UI has the means to display "..." by checking the new method. 78 78 79 79 == Test Plan ==