-
Sorry - my bad, nested calls are supported. The above call fails because of another reason:
1. The nested (inline) CONCAT method receives '2' and '3', and returns '23'.
2. The Evaluator class mistakenly thinks this as a number, and converts it to '23.0'.
3. The outter CONCAT method then receives '1' and 23.0 (no quotes) and fails because the second arguments contains no quotes.
This is...
2007-02-25 22:52:28 UTC in JEval
-
A *very* useful feature would be support for an expression such as this:
CONCAT('1', CONCAT('2','3') ) -> '123'
Main useful for those that use the custom functions feature. In my case, for instance, I created a function called 'DATE' which returns the current date. Also, there's another function called 'YEAR(date_arg)' which extracts the year from a given date. It would be useful to do...
2007-02-25 21:13:38 UTC in JEval
-
Attached patch makes all thrown exceptions to be thrown along with their causing exception so, for example, when a function throws an exception, its stacktrace is visible for the code calling the Evaluator.
2007-02-25 21:08:49 UTC in JEval
-
The "Vito" project has moved its CVS base to http://vito.dev.java.net, due to the slowness encountered in SourceForge's CVS servers. SourceForge is still the project home, however!
2005-03-31 12:44:06 UTC in Vito
-
arikkfir committed patchset 314 of module vito to the Vito CVS repository, changing 4 files.
2005-03-24 16:35:51 UTC in Vito
-
arikkfir committed patchset 313 of module vito to the Vito CVS repository, changing 287 files.
2005-03-23 20:34:01 UTC in Vito
-
arikkfir registered the Maven jarX Plugin project.
2004-12-22 17:30:15 UTC in Maven jarX Plugin
-
arikkfir committed patchset 312 of module vito to the Vito CVS repository, changing 5 files.
2004-11-01 00:21:00 UTC in Vito
-
arikkfir committed patchset 311 of module vito to the Vito CVS repository, changing 24 files.
2004-10-31 23:46:05 UTC in Vito
-
arikkfir committed patchset 310 of module vito to the Vito CVS repository, changing 2 files.
2004-10-26 23:29:09 UTC in Vito