In SelectColumnHelper.java:
...
> if (colVec.size() > function.getMaxCols() | colVec.size() <
>function.getMinCols() ) {
> throw new ActionException("Function "+aElem.getNodeName()+" can only
>have "+function.getMaxCols()+" child
>+columns");
...
Should that be '||', not '|'?
--Jeff
On Mon, Jan 07, 2002 at 05:59:19PM -0500, MCCAY,LARRY (HP-NewJersey,ex2) wrote:
> Attached is an extract function interval for dayname - with which you can
> extract(dayname from datefield) and return the english name for day of the
> week.
>
> This is not part of the typical interval set within MySQL for instance - but
> seems useful nonetheless.
>
> enjoy.
>
> -Larry
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>