Hi Ivan, On Mar 30, 2006, at 11:39 AM, I. Venuti wrote:
[bind: '', '', '', '', '', '', '']
This is the cause of the problem. You are using empty strings ("") for parameters. For a parameter to be excluded from processing it has to be absent from parameter map (null or "" are both considered valid parameters).
To achieve the desired result you'll have manually preprocess parameter map before passing it to Cayenne, removing all empty string values.
Andrus
