Changes between Version 5 and Version 6 of FDORfc22


Ignore:
Timestamp:
Jun 9, 2009, 8:32:29 AM (15 years ago)
Author:
danstoica
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc22

    v5 v6  
    6969}}}
    7070
    71 FdoFunctionConcat will override SupportsVariableArgumentsList() to return true instead. It will relax the allowed number of literal values passed in for evaluation.
     71FdoFunctionConcat will override SupportsVariableArgumentsList() to return true instead. It will relax the check for allowed number of literal values passed in for evaluation.
    7272
    7373== Implications ==
     
    7575The existing CONCAT function syntax will continue to be supported in addition to the new syntax.
    7676
    77 The FDO managed FdoFunctionDefinition will be updated in a similar manner to reflect the proposed changes.
     77The client UI has the means to display "..." by checking the new method.
    7878
    7979== Test Plan ==